More info here: https://coderecipe.ai/architectures/71853269
npm install serverless
Make sure you have AWS access key and secrete keys setup locally, following this video here
serverless create --template-url https://github.com/CodeRecipe-dev/apigw-lambda --path apigw-lambda
cd apigw-lambda
serverless deploy