serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New Serverless Pattern - EventBridge - S3 - Lambda

Open archiev4 opened this issue 1 year ago • 2 comments

Issue https://github.com/aws-samples/serverless-patterns/issues/2337, if available:

Description of changes:

A new Terraform pattern which invokes a Lambda function when an S3 bucket is created. This uses Eventbridge to check for the CreateBucket API call, invokes Lambda function and notifies the user via SNS. The Lambda function used Python 3.12 and uses a zip file.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

archiev4 avatar Jun 24 '24 16:06 archiev4

Made some change to the lambda handler and example-pattern.json

archiev4 avatar Jul 01 '24 08:07 archiev4

Thank you for looking it this. Made all the requested changes. Let me know if you need any further changes

archiev4 avatar Jul 02 '24 08:07 archiev4

Thanks @archiev4 . Can you resolve each of the conversations?

ellisms avatar Jul 16 '24 11:07 ellisms

Thanks @archiev4 . Can you resolve each of the conversations?

Done @ellisms

archiev4 avatar Jul 18 '24 05:07 archiev4

Thanks @archiev4 . Adding this to the pipeline.

ellisms avatar Aug 02 '24 11:08 ellisms