Send a scrum update (scrupdate) message with an AWS IoT button.
- Configure the AWS IoT button with the SNS sample and confirm that it is operational
- Update the role with support with SES permissions by adding actions for:
- "ses:SendEmail"
- "ses:SendRawEmail"
- Define the Environment Variables for the Lambda function
- sourceEmail: from address; must be SES approved; ex: info@email.com
- sesRegion: AWS region for SES; ex: us-east-1
- recipientList: to addresses; ex: notify@email.com
- Click the button