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.