Email Notification on StepFunction Execution Error

Receive an email alert through SNS during Step Functions error.

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.

< Back to all workflows

GitHub icon View this workflow on GitHub


Clone repo

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/execution-error-notification-workflow/cd step-functions-workflows-collection/execution-error-notification-workflow

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

1. Delete the stack: sam delete.

Created by:

Akanksha Tanu

Undergraduate student pursuing B.E. degree with a profound interest in designing and developing web and android applications.