Skip to content

Lambda custom resource to set s3 bucket notification to a Lambda function

Notifications You must be signed in to change notification settings

alexgibs/cfn_lambda_s3_event_source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cfn_lambda_s3_event_source

Example Cloudformation template to add an s3 bucket as an event source to a Lambda function. It creates a helper Lambda function "AddEventSource", which is used as a custom resource.

Lambda function "myLambdaFunction" will be invoked by notifications on bucket "myS3Bucket" for 's3:ObjectCreated:Put' events

About

Lambda custom resource to set s3 bucket notification to a Lambda function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published