A simple example of using the serverless stack.
You should have python 3.6 and nodejs set up.
make setup
to set up the environment.
make clean
to clean up.
make start-local
to start the local environment.
make deploy
to deploy the project to AWS. Note that for this to work, you should have your AWS keys set up.