AWS/DynamoDB Authentication

To authenticate to AWS resource such as DynamoDB, start by creating an access key and secret pair by following the instructions at https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/.

Next, when adding a new Aws Api Resource, copy and paste the Aws Access Key Id and Aws Secret Access Key.

1608

You're now able to run AWS and DynamoDB queries using this resource.

2564

For example, when using the method describe_table you may see a response such as the following:

2270