Question: 2 . ( 4 0 points ) Using the AWS SDK and Python within your AWS Educate Cloud 9 environment, create a DynamoDB table and

2.(40 points) Using the AWS SDK and Python within your AWS Educate Cloud9 environment, create a DynamoDB table and functionality as described below: Table named Courses to hold attribute including Subject (e.g. SDEV), CatalogNbr (e.g.400), Title (e.g. Secure Programming in the Cloud), NumCredits (e.g.3), and a CourseID (e.g.001). The CourseID should represent the Hash Key for the Courses table. Input 10 Course items of your choice. Note that all attributes are required for each item entered in the Courses table. Provide a command line simple interface that allows a user to search for a title given the Subject and CatalogNbr. The search program should continue to loop until the user requests to exit. Also, if both Subject and CatalogNbr are not entered, the program should request the data be re-entered. For example the following interface would fulfill this requirements:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!