Skip to content

Conversation

jthomerson
Copy link
Member

A common pattern in Lambda functions is to be subscribed to an SNS topic
that is sending out S3 notification events. Getting down to the meat of
the S3 event(s) that triggered the Lambda function requires quite a bit
of parsing through the event structure(s), so this unwrapper makes that
into a reusable function.

A common pattern in Lambda functions is to be subscribed to an SNS topic
that is sending out S3 notification events. Getting down to the meat of
the S3 event(s) that triggered the Lambda function requires quite a bit
of parsing through the event structure(s), so this unwrapper makes that
into a reusable function.
@jthomerson jthomerson self-assigned this Feb 28, 2017
@coveralls
Copy link

coveralls commented Feb 28, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 0be0aba on add_event_unwrapper_s3-in-sns into 2d0590f on master.

@jthomerson jthomerson merged commit cd3a462 into master Feb 28, 2017
@jthomerson jthomerson deleted the add_event_unwrapper_s3-in-sns branch February 28, 2017 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants