mapbox / streambot

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

[WIP] Support consuming SNS #16

Closed freenerd closed 9 years ago

freenerd commented 9 years ago

First shot at SNS. Sadly the aws-sdk does not yet support the latest lambda, we need to wait on v2.1.24 there, so deploys don't work.

https://github.com/mapbox/streambot/commit/83c7600a6356f54f4977118920b04147c4488052 could probably be split into an own PR also. Lambda has a file limit of 40Mb per uploaded zip, so the size of streambot repo therefore becomes very important, since node_modules are bundled as well

rclark commented 9 years ago

This is possible now after #27