transitmatters / t-performance-dash

TransitMatters performance visualizer for the MBTA
https://dashboard.transitmatters.org/
MIT License
51 stars 17 forks source link

Clarify AWS Region Setup #1013

Open ariscript opened 1 month ago

ariscript commented 1 month ago

For local development, the Python backend expects a working AWS setup pointing at us-east1. This should be reflected in the local development instructions to avoid issues with the Python server starting up.

devinmatte commented 1 month ago

Additionally we should make it so AWS config isn't required to start up at all locally. Whatever can't work without AWS we can have fail gracefully but not block other development