Creates a simple endpoint with ApiGateway, running on Lambda
Prerequisites: Install Node, AWS CLI, Yarn, Serverless
Install dependencies
Run yarn in project directory to install dependencies
Run/Deploy
To run locally: serverless offline
To deploy and run on AWS: serverless deploy