This repository contains a simple web API for Sympy.
This runs a local flask server
make
This installs flask
and sympy
into the ./package
directory and creates the lambda function
make init
# You may have to run twice if you get this error:
# "An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The role defined for the function cannot be assumed by Lambda."
This updates the AWS Lambda function code
make deploy