Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New serverless pattern - stepfunctions-sns-apigw-human-review workflow simplified #2485

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anuprajpara
Copy link
Contributor

Issue #, if available:

Description of changes:

The application will create a State Machine, an SNS topic, and an API Gateway REST API. This pattern allows you to integrate a human review or approval process into your workflows. The State Machine task sends a message to an SNS topic which sends a notification to a human reviewer by email. The workflow then waits until the approver completes their review. When the reviewer makes a selection, it will trigger an API that sends the SendTaskSuccess API call with the chosen result.

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

@anuprajpara anuprajpara changed the title New serverless pattern - stepfunctions-sns-apigw-human-review workflow simplied New serverless pattern - stepfunctions-sns-apigw-human-review workflow simplified Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants