mapbox / streambot

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

Never allow null Reason on CFN responses #30

Closed rclark closed 9 years ago

rclark commented 9 years ago

If the CFN response from a Lambda function is status: 'FAILED' and Reason: null, CFN will just hang indefinitely. aws-sdk InternalErrors come back with a null message, so this handles the case by making sure that there is always a Reason

cc @emilymcafee