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
| 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 |
3. Test and save
Click Test Connection to check that Superblocks can connect to the data source.If using Superblocks Cloud, add these Superblocks IPs to your allowlist (not necessary for Hybrid or Cloud-Prem deployments).
4. Set profiles
Optionally, configure different profiles for separate development environments.Amazon DynamoDB connected!
Now you can use Amazon DynamoDB in any Application, Workflow, or Scheduled Job.
Now you can use Amazon DynamoDB in any Application, Workflow, or Scheduled Job.
Creating Amazon DynamoDB steps
Connect to your DynamoDB integration from Superblocks by creating steps in Application APIs, Workflows and Scheduled Jobs. Steps can be configured to perform any of the actions below. Configure your IAM policy for the integration accordingly depending on the desired permissions.Superblocks also supports connecting to AWS services with Boto3 in Python steps if you require additional functionality.

