Create A Scan & Query Microservice

Overview

In this section, you will create a microservice that allows clients to retrieve all available trips, and all trips that originate from a given city. The data will be stored in a DynamoDB table instead of a RDBMS. As a Challenge Exercise, you are also tasked with extending this behaviour to search for flights destined for a particular city, but more on that later.

Content:

  1. Create A New DynamoDB Table
  2. Add a Global Secondary Index (GSI)