Question: 2 . ( 4 0 points ) Using the AWS SDK and Python within your AWS Educate Cloud 9 environment, create a DynamoDB table and
points Using the AWS SDK and Python within your AWS Educate Cloud environment, create a DynamoDB table and functionality as described below: Table named Courses to hold attribute including Subject eg SDEV CatalogNbr eg Title eg Secure Programming in the Cloud NumCredits eg and a CourseID eg The CourseID should represent the Hash Key for the Courses table. Input 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 reentered. 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
