Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

Virgin Media Postcode Checker

Checks the Virgin Media website every day at 12pm to see if your house is available!

  • AWS Lambda
  • AWS SES
  • Serverless
  • Docker

Test locally

docker run --rm -v "$PWD":/var/task -e AWS_ACCESS_KEY_ID="YOUR_KEY" -e AWS_SECRET_ACCESS_KEY="YOU_SECRET" lambci/lambda:nodejs8.10 handler.check '{"postcode":"M1 2WA","fullAddress":"49 Store Street, Manchester, M1 2WA"},"email":"[email protected]"'

Deploy

serverless deploy -v