Python service providing common algorithms exposed through RESTful and GraphQL endpoints. 
Includes deployment scripts for AWS Lambda and API Gateway

To deploy:

./deploy.sh

accepting all defaults should be fine

To undeploy:

./undeploy.sh

To redeploy:

./redeploy.sh

Note: The deployment components will not work unless you have awscli set up.

For reference, refer to https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html