DynamoDB
An overview of the DynamoDB integration with Secoda
Getting Started with DynamoDB
Create an IAM User or AWS Role
{
"Statement": [
{
"Action": [
"dynamodb:ListTables",
"dynamodb:DescribeTable",
"dynamodb:Scan"
],
"Effect": "Allow",
"Resource": "*"
}
],
"Version": "2012-10-17"
}Get AWS Credentials
Access Key
Role
Connect DynamoDB to Secoda
Last updated
Was this helpful?