Create A DynamoDB Table

Create A DynamoDB Table

  1. Download populate_tripsector.sh file to Downloads folder in the Windows virtual machine.
  2. Open Command Prompt
  • Execute the below command:
set AWS_DEFAULT_PROFILE=devaxacademy
cd Downloads
populate_tripsector.sh <YOUR_REGION>

Replace <YOUR_REGION> by your Region

Create A DynamoDB Table

  1. Go to AWS DynamoDB Console.
  • Click Explore items
  • Type TravelBuddyTripSectors in the search bar and press Enter
  • Select TravelBuddyTripSectors
  • In Items returned section, You will see 50 records. Create A DynamoDB Table