Amazon DynamoDB
With Querier, you can integrate with Amazon DynamoDB and execute various queries.
Preparation
Follow these steps to obtain the connection information for Amazon DynamoDB:
- Click your username at the top right of the AWS console.
- From the dropdown menu, click [Security Credentials].
- Move to the [Access Management > Users] tab from the left navigation.
- Click [Add User].
- Enter a user name of your choice (e.g.,
querier-dynamodb
). - On the [Set Permissions] screen, choose [Attach policies directly].
- Select any permission policy related to Amazon DynamoDB.
- Click [Create User].
- Note the [Access Key ID] and [Secret Access Key].
Connection Method
1. Create a new data source connection
- Click the [Resources] tab.
- Click the [Create] button next to [Resources].
- Select [DynamoDB].
2. Enter the connection information
Field | Description |
---|---|
Name | Enter the name for the Amazon DynamoDB connection. |
Region | Enter the Amazon DynamoDB region. |
Access Key ID | Enter the Amazon DynamoDB access key ID. |
Secret Access Key | Enter the Amazon DynamoDB secret access key. |