-
New improved AWS Lambda support!
- Support uploading large model files to s3 when deploying to AWS Lambda
- Support trimming down the size of bundled python dependencies
- Support setting memory size up to 3008MB for Lambda function
- Support updating Lambda deployment to a newer version of saved BentoService bundle
-
Fixed an issue when installing BentoService saved bundle as PyPI package, the setup.py file failed to parse requirements.txt as install_requires filed.