[AWS -Python] DynamoDB with Boto3

Let’s work with DynamoDB with the Python Boto3 library.

We can

  • list tables
  • retrieve table information including keys and indexes
  • create a table
  • read, write, and delete items
  • delete a table

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html

Continue reading “[AWS -Python] DynamoDB with Boto3”