Python and DynamoDB
In this tutorial, you use the AWS SDK for Python (Boto 3) to write simple programs to perform the following Amazon DynamoDB operations:
- Install DynamoDB Local
- Table Creation for DynamoDB Local
- Perform create, read, update, and delete operations on the table.
- Run simple queries.
