streambot
streambot copied to clipboard
DEPRECATED (SEE README) Robot-assisted deploys to Lambda
Just wondering if this line in the comments is no longer true: https://github.com/mapbox/streambot/blob/master/cloudformation/streambot.template.js#L9 Since it seems that the Dynamo tables now exist in all regions as per https://github.com/mapbox/streambot/commit/0a579dae0c672564623641d04cc3afa5f3ca50ce cc @rclark
As I understand it, we no longer need to use the custom EventSourceMappings since AWS now supports this natively in CloudFormation. @rclark can we remove instructions to add the custom...
Very rarely, streambot-wrapped functions appear to fail silently, before the service function even gets called. This manifests as logs that look like: ``` 2016-01-12T22:19:44.046Z 257dba2f-de7b-464c-acd1-6e906c32ea4b Start time: 2016-01-12T22:19:44.046Z 2016-01-12T22:19:44.046Z 257dba2f-de7b-464c-acd1-6e906c32ea4b...
This project provides a variety Lambda utilities/helpers and only a subset touches streams. Does a rename make sense?
[This line of code](https://github.com/mapbox/streambot/blob/d8e4cb634fa061358c5bd4e4728da20c80506ce5/index.js#L61) can in bad scenarios allow a body to be sent with a `null` Reason. This causes the CFN resource to hang for a very long time,...
I hit an odd bug when setting up a streambot lib that requires the aws-sdk for kms, but if `aws-sdk` is declared in the `package.json` I get a `Cannot find...