mapbox / streambot

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

Log md5 summary of event #40

Closed rclark closed 8 years ago

rclark commented 8 years ago

If a lambda invocation fails, it can be difficult to deduce whether or not it retried and was successfully completed. In the case of SNS-triggered invocations, successive retries appear NOT to share a RequestId in the output logs.

If streambot were to quickly hash the provided event and print that, the string could be used to search for repeat attempts to process the same event.