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

Added serverless pattern for Event Bridge Scheduler with Amazon SES #1865

Merged
merged 6 commits into from
Nov 14, 2023

Conversation

Damininixcy
Copy link

@Damininixcy Damininixcy commented Nov 10, 2023

Issue #, if available: 1866

Description of changes: This pattern deploys a serverless reminder application. When a user creates/updates/deletes a reminder using API Gateway, the data is updated in DynamoDB Table, which inturn triggers a Lambda Function which creates one-time event bridge schedules with Amazon SES as target. Email reminders are sent to users before 10 minutes and at the scheduled time. After each schedule is triggered, EventBridge Scheduler deletes the schedule automatically (as the ActionAfterCompletion is set to DELETE)

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

@boyney123 boyney123 merged commit 998e1aa into aws-samples:main Nov 14, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants