This repository stores the code and data for www.404.md
404.md's back-end functionality is running in AWS.Lambda
Checks user input data and sends email if there is no invalid data.
- Protected by Google reCaptcha;
- Sends emails through AWS.SES.
Fetches data from Instagram feed and stores them to domain related bucket.
- Used official Instagram API (api.instagram.com/v1);
- Fetch latest 20 posts.
Fetches Facebook events list and stores them as json.
- Amazon Web Services (AWS) account
- AWS Command Line Interface (CLI) configured
Make sure you have all requirements installed
cd bin/travis && npm install && cd ../../
Run the deploy command:
bash bin/deploy.sh <env> <region> <aws-profile>
Available dev
and master
environments for deploy.
Defaults:
<env> => dev
<region> => eu-central-1
<profile> => default