aws-samples / step-functions-workflows-collection

Step Functions Workflows. Learn more at the website: https://serverlessland.com/workflows.
MIT No Attribution
215 stars 118 forks source link

New step-functions-workflows-collection - execution-error-notification-workflow #356

Closed akanksha-tanu closed 6 months ago

akanksha-tanu commented 6 months ago

Issue #, if available:

Description of changes:

This workflow aims to promptly send an email notification in the event of an error occur during the execution of the state machine. Operating on an EventBridge schedule, the workflow involves a Lambda task that encounters “ImportModule” error, triggering an email notification through an SNS topic. The workflow setup is as follows:

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