Athena Federated Query with Amazon RDS

   Go back to the Task List

  « 5. Configure RDS as Data Source    7. Query the Database »

6. Update Lambda Connector

You need to update the handler in the Lambda Connector function before you can use it for the query.

  1. Goto Lambda Management console and open dojolambdapostgresconnector Lambda function details. Click on the Edit button under the runtime settings.

    S3 Bucket

  2. On the next screen, update the handler with the value com.amazonaws.connectors.athena.jdbc.postgresql.PostGreSqlCompositeHandler. You are updating runtime to use PostgreSQL specific handler. Click on the Save button.

    S3 Bucket

  3. Lambda connector runtime handler is updated. All the configurations are in place. Follow the next step to query the data.