by: Dasith kuruppu
More info here: https://coderecipe.ai/architectures/1453356
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/serverless-graphql --path serverless-graphql
cd serverless-graphql
npm install
serverless deploy --stage <your-stage-name>