DynamoDB

Supported Ingestion Methods

  • Full

  • Incremental

    • It is highly recommended that a non-clustered, non-unique index on the column used for incremental queries

For more information on ingestion methods, click here.

AWS Permissions

Allowing Verb to connect requires an IAM user with the following policy permissions:

  • DynamoDB – ListTables

  • DynamoDB – DescribeTable (can be limited to one or more tables)

  • DynamoDB – GetItem (can be limited to one or more tables)

  • DynamoDB – Scan (can be limited to one or more tables)

Getting Connected

Provide the details and credentials for the data source you're trying to connect to.

Verb will query the schema and give you the option to include/exclude data like tables, columns and rows.

All of the fields are required unless explicitly noted.

Last updated