Demo: Reading Data

Practice reading data from the DynamoDB tables.

Creating a table

Uptill now, we have learnt that we can create a table. For this demo, let’s create a table of medicines. We will keep the “chemical formula” as the partition key and the “dosage” as the sort key. The following is a simple code for creating such a table:

Get hands-on with 1200+ tech skills courses.