Web sentry with SMS Notification using AWS Lambda
AWS Lambda lets you run code (python2, nodejs, java, C#) in response to events. It is optimized for short-running code. I decided to use it to watch a webpage, and notify me when a specific change happen. When a value gets under a threshold, I use AWS SNS, the notification system, to send myself a SMS alert.
Lambda provides a small text editor (you can upload larger codebases if necessary) that you can use to edit and test your code.