transitmatters / data-ingestion

Crontab for data ingestion/processing on AWS Lambda
MIT License
4 stars 3 forks source link

fix: Add policy file for `update_trip_metrics` #64

Closed idreyn closed 9 months ago

idreyn commented 9 months ago

Oops, in #53 I forgot to add a policy file for the new lambda, which means that it wasn't running(!) and also it's preventing further deploys. This fixes that.

Test plan: I ran deploy.sh locally and verified that it works now.