LAB 2: Rest API

In this section we are going to add a REST api to manage store location information. To do this we will need to configure:

  • A backend data source using DynamoDB
  • A function to handle CRUD operations against the data store
  • An API using Amazon API Gateway, secured to a small subset of authenticated users
  • front-end code using AWS Amplify Libraries to perform CRUD Operations