Use the Amazon DynamoDB Console to create a new DynamoDB table. Call your table Rides
and give it a partition key called RideId
with type String. The table name and partition key are case sensitive. Make sure you use the exact IDs provided. Use the defaults for all other settings.
After you’ve created the table, record the ARN for use in the next step.
Rides
for the Table name. This field is case sensitive.RideId
for the Partition key and select String for the key type. This field is case sensitive.Privacy | Site Terms | © 2022 Amazon Web Services, Inc. or its Affiliates. All rights reserved.