DynamoDB

When connecting to DynamoDB we use a library named DQL to parse your queries into DynamoDB API calls. To learn more about how to write DQL queries, we recommend checking their documentation on SELECT queries and Data Types.

Troubleshooting

Error message: “No index found for query. Please use a SCAN query, or set allowselectscan=True opt allowselectscan true” Error Message

In case you receive the above error message, you need to replace SELECT in your query with SCAN.