Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 573 Bytes

sympy-artcompiler

This repository contains a simple web API for Sympy.

Development

This runs a local flask server

make

AWS Lambda

Intialize

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."

Update

This updates the AWS Lambda function code

make deploy