Database · Secure key
Connect DynamoDB to AshnaAI
List tables, describe indexes, get items, query by keys, and run bounded scans with read-only IAM.
What this connector does
Provide an AWS region plus an access key and secret for an IAM user or role that can only read DynamoDB. A session token is optional for temporary credentials.
What you can do after connecting
- List and describe tables
- GetItem, Query, and bounded Scan
Before you start
- AWS region
- Read-only IAM access key and secret
How to connect DynamoDB
Sign in to AshnaAI
Open https://app.ashna.ai and sign in to the workspace that should store the DynamoDB credentials.
Open Integrations
Go to Integrations, or Account → Connectors, then search for the connector.
Open Connect DynamoDB
Click Connect on the DynamoDB card. AshnaAI shows a form for the required credentials.
Paste credentials
Enter the AWS region, access key id, and secret access key. Add a session token only if you are using temporary credentials.
Save and confirm
Submit the form. AshnaAI encrypts the secret and marks DynamoDB as Connected when verification succeeds.
Frequently asked questions
What IAM policy should I use?
Grant only read actions such as dynamodb:DescribeTable, GetItem, Query, and Scan on the tables AshnaAI should see.