- Updated `README` to reflect executor UX changes Changed
- Made `AWSLambdaExecutor` async compatible
Added
- new methods to the Lambda executor to upload exception json files to S3 bucket - updated polling to poll for both result/exception file - added timeout to `_poll_task`
0.13.0
Changed
- Updated `AWSLambdaExecutor` to use an existing lambda function to execute tasks using the lambda base docker image - Removed `setup/teardown` and `DeploymentPackageBuilder`
Tests
- Updated the lambda unit tests
0.12.0
Added
- Adding `Dockerfile` to build the base Lambda executor image - Update lambda `exec.py` to extract task specific metadata from the `event` input
0.11.2
Fixed
- Store `BASE_COVALENT_AWS_PLUGINS_ONLY` in a temporary file rather than storing it as an environment variable.
0.11.1
Fixed
- Falling back to config file defaults when using executor via instantiation of executor class
Docs
- Updated docs to include more information about required/optional config values, and provide information about each cloud resource that needs to be provisioned.
0.11.0
Changed
- Revert: updated pinned covalent version for lambda zip file, and pinned to covalent-aws-plugins pre-release