Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 350 Bytes

File metadata and controls

5 lines (3 loc) · 350 Bytes

Lambda duplicate invocation handler

Async event sources that trigger a Lambda function guarantee it's execution at least once. Considering that all Serverless application's need to leverage an Async service (eg. SNS, CloudWatch events, etc) in some form, this is a big deal.

This repo demonstrates how to handle such duplicate invocations.