Skip to content

Commit 31d37ca

Browse files
authored
Update README.md
1 parent ca7a05c commit 31d37ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventbridge-s3-lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda sending a notification when a new Amazon S3 bucket is created
22

3-
This pattern creates an automated monitoring system for Amazon S3 bucket create events. It defines an Amazon EventBridge rule that listens for S3 bucket creation events and triggers an AWS Lambda function. The Lambda function processes the event details and sends a notification to an SNS topic, informing subscribers of the new bucket creation.
3+
This pattern creates an automated monitoring system for Amazon S3 bucket create events. It defines an Amazon EventBridge rule that listens for S3 bucket creation events and invokes an AWS Lambda function. The Lambda function processes the event details and sends a notification to an Amazon SNS topic, informing subscribers of the new bucket creation.
44

55
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/eventbridge-s3-lambda
66

0 commit comments

Comments
 (0)