-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add all the DynamoDB Tables to the CDK for each of the tables in the Transit module.
- Add the agencies table
- PartitionKey -
id
- PartitionKey -
- Add the routes table
- Add the services table
- PartitionKey -
id - GSI1 -
agency_id:end_date
- PartitionKey -
- Add the Stops table
- Add the Trips table
- PartitionKey -
route_id - SortKey -
service_id - GSI1 -
agency_id:service_id
- PartitionKey -
- Add the DailyData Table
- PartitionKey -
agency_id - SortKey -
date
- PartitionKey -
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels