mapbox / streambot

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

Bundle all streambot's dependencies #23

Closed rclark closed 9 years ago

rclark commented 9 years ago

Lambda seems to have changed the way that it reads dependencies. Previously streambot only bundled its own runtime dependencies and did not install those dependencies that it uses for bundle/deploy scripts.

Today I did a deploy that started failing because it couldn't find some of these deploy-time dependencies. Installing them in the bundle is trivial and solved the issue.

cc @camilleanne

camilleanne commented 9 years ago

interesting, thanks for looping me in