You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To submit a template to the Serverless Patterns Collection, submit an issue with the following information.
Note the following information for the model:
Description : The SAM template deploys an Amazon S3 bucket that publishes events to Amazon EventBridge, and sets up an AWS Step Functions workflow to show how to consume these events via an EventBridge rule. It deploys the IAM resources required to run the application. It also deploys a Lambda function, SNS topic and DynamoDB table.
a. EventBridge consumes events directly from S3 buckets when the NotificationConfiguration is enabled, as shown in the template.
b. The callback pattern pauses the workflow until the task is completed by the Lambda. Workflow then sends notifications via SNS. You can add the required subscribers.
To submit a template to the Serverless Patterns Collection, submit an issue with the following information.
Note the following information for the model:
Description : The SAM template deploys an Amazon S3 bucket that publishes events to Amazon EventBridge, and sets up an AWS Step Functions workflow to show how to consume these events via an EventBridge rule. It deploys the IAM resources required to run the application. It also deploys a Lambda function, SNS topic and DynamoDB table.
a. EventBridge consumes events directly from S3 buckets when the NotificationConfiguration is enabled, as shown in the template.
b. The callback pattern pauses the workflow until the task is completed by the Lambda. Workflow then sends notifications via SNS. You can add the required subscribers.
Framework: SAM
Author bio : Cloud Engineer @ AWS - Name: Sushir V R | Abha Tripathi - linkedin: www.linkedin.com/in/sushirvr | www.linkedin.com/in/abha-tripathi-344a0a146
You must ensure that the sections of the model README.md are completed in full.
GitHub PR for template: #1725
The text was updated successfully, but these errors were encountered: