- Manager: Require that callers set `manager.result` in the context handler as intended, returning a compute error if not. To get the old behavior, set `manager.result = None`. - Manager: Extract `note_compute_success()` and `note_compute_exception()` to allow more flexibility by consumers.
0.14.0
BREAKING CHANGES
- Lambda deploy functions (e.g. `perform_create()`) require an explicit `aws_region`.
Bug fixes
- Update orchestrator build to support Python 3.8 in addition to 3.7.
0.13.0
BREAKING CHANGES
- For `werkit.aws_lambda.deploy.perform_create()` and `perform_update_code()`, the `path_to_zipfile` argument is renamed to `local_path_to_zipfile`. These functions can also accept an `s3_path_to_zipfile` which has already been uploaded to the `s3_code_bucket`.