mapbox / streambot

DEPRECATED (SEE README) Robot-assisted deploys to Lambda
ISC License
39 stars 7 forks source link

Use dotenv #1

Closed rclark closed 9 years ago

rclark commented 9 years ago

Adjust the system so that at deploy time, CFN stack information (parameters, resources, outputs) are stashed in the zipfile in a .env file, and loaded at runtime prior to calling the service.

Sketched in the dotenv branch, needs tests.