Connects to AWS Redshift using the Redshift connector and performs a simple SQL query to select all records from a specified table with a limit of 10.
Refer to the set up guide in ReadMe for necessary credentials.
Configure AWS Redshift API credentials in Config.toml in the example directory:
jdbcUrl="<JDBC URL of the created Redshift cluster>"
user="<Username>"
password="<Password>"
Execute the following command to run the example:
bal run