1. Setup SES Identity '/ses/home?region=eu-west-1#/identities'. (10 min) Create 2 Identities and verify them. For sender and receiver 2. Create Role called 'SendEmailOfCloudWatchDashboardLambda' '/iam/home?region=eu-west-1#/roles' (10 min) Create a role and add permissions to it with: SES service, Full access Cloudwatch, Full access 3. Create user for deployments 4. Create Access key for Sam deployment and set up cli profile. 5. Go through the CloudwatchDashboardEmailSendFunction function and change the code lines below the "# CHANGE_ME" comments. 6. Go through the template.yaml file and make sure you are happy. 7. Run 'sam build --use-container' 8. Run 'sam local invoke HelloWorldFunction --event events/event.json'