Setting up Amazon DynamoDB
1. Add integration
Select DynamoDB from the integrations page.
2. Configure settings
Fill out the form with the following settings:- Cloud
- Hybrid or Cloud-Prem
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build apps with read and write access to a DynamoDB database
Select DynamoDB from the integrations page.
| Setting | Required | Description |
|---|---|---|
| Name | ✓ | Name that will be displayed to users when selecting this integration in Superblocks |
| Region | ✓ | AWS region where DynamoDB is hosted, e.g. us-east-1 |
| Access Key ID | ✓ | Access key ID for your AWS account |
| Secret Key | ✓ | Secret access key for your AWS account |
| IAM Role ARN | ✗ | ARN of the role for Superblocks to assume for accessing DynamoDB resources |
| Setting | Required | Description |
|---|---|---|
| Name | ✓ | Name that will be displayed to users when selecting this integration in Superblocks |
| Auth Type | ✓ | Choose between:
|
| Region | ✓ | If Auth Type is Access Key: AWS region where DynamoDB is hosted, e.g. us-east-1 |
| Access Key ID | ✓ | If Auth Type is Access Key: Access key ID for your AWS account |
| Secret Key | ✓ | If Auth Type is Access Key: Secret access key for your AWS account |
| IAM Role ARN | ✗ | ARN of the role for Superblocks to assume for accessing DynamoDB resources |
"dynamodb:BatchWriteItem",
"dynamodb:CreateTable",
"dynamodb:DeleteItem",
"dynamodb:DeleteTable",
"dynamodb:DescribeTable",
"dynamodb:ExecuteStatement",
"dynamodb:ExecuteTransaction",
"dynamodb:GetItem",
"dynamodb:ListTables",
"dynamodb:ListTagsOfResource",
"dynamodb:PutItem",
"dynamodb:Query",
"dynamodb:Scan",
"dynamodb:TagResource",
"dynamodb:UpdateItem",
"dynamodb:UpdateTable"
