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.
![Messages Image(231022637).png 1608](https://files.readme.io/a9d3ce5-Messages_Image231022637.png)
You're now able to run AWS and DynamoDB queries using this resource.
![Messages Image(1897290118).png 2564](https://files.readme.io/bdffed6-Messages_Image1897290118.png)
For example, when using the method describe_table
you may see a response such as the following:
![Messages Image(2691336364).png 2270](https://files.readme.io/c587ac9-Messages_Image2691336364.png)
Updated over 4 years ago