Skip to content

Identify and handle duplicate lambda invocations by an Async source.

Notifications You must be signed in to change notification settings

murali44/lambda-duplicate-invocation-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Identify and handle duplicate lambda invocations by an Async source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages