Creating a DynamoDB table, creating, and deleting items using the AWS console

Chris Biscardi
InstructorChris Biscardi

Share this video with your friends

Send Tweet

We

  • create a DynamoDB table
  • talk about primary keys, partition keys, and sort keys
  • insert an item with a pk, sk and some JSON data
  • take a look at the dynamo representation of that data, including type information
  • then delete the item