Skip to content

Learnosity/artcompiler-sympy-service

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 86.2%
  • Makefile 13.2%
  • Procfile 0.6%