Serverless application which will ping a URL every N minutes. Will send an email when transitioning between OK and ALARM states.
- Checkout repository and create a virtual environment for it targeting Python 3.7+
- Install aws-sam-cli (on Mac
brew install aws-sam-cli
) and Docker
sam build
sam deploy --guided
sam local invoke --parameter-overrides "ParameterKey=UrlToMonitorParameter,ParameterValue=https://google.com"
aws cloudformation delete-stack --stack-name uptime-monitor
Confirm stack is being deleted.
aws cloudformation list-stacks --stack-status-filter DELETE_IN_PROGRESS