In the Angular application, there are two key data elements. You will replicate those models as used in Mongo in DynamoDB and you will not redesign the models. This will allow you to repoint the existing application to use DynamoDB without any code changes in the Angular application, to create a database using the single-table design concept. The table should be partitioned using a partition key. A correctly created database with the appropriate structure will be able to perform the CRUD functions. Use the CS 470 Module Five Assignment One Guide to complete the tasks and produce your deliverables.
Specifically, you must address the following rubric criteria:
Create DynamoDB tables.
Create items and attributes for the table; populate your Question and Answer tables.
TableScan
Sample Solution