In this lab, you use AWS SDK for Python (Boto3) to write simple programs that perform the following Amazon DynamoDB operations:
Create a table named Movies and load the sample data in JSON format.
Perform create, read, update and delete operations on the table.
Run simple queries.