
Create an EventBridge rule that invokes an SNS topic
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-sns-terraformSee the GitHub repo for detailed deployment instructions.aws sns subscribe --topic-arn ENTER_YOUR_TOPIC_ARN --protocol email-json --notification-endpoint ENTER_YOUR_EMAIL_ADDRESSaws events put-events --entries file://event.json
The event is delivered to your email address.cd eventbridge-sns-terraform.terraform destroy.terraform show.