Releases: Invicton-Labs/terraform-aws-lambda-shell
Releases · Invicton-Labs/terraform-aws-lambda-shell
v0.3.0
v0.2.3
Fixes:
- Don't specify architecture if default architecture is selected. This fixes a perpetual difference in regions where only the default architecture is supported.
v0.2.2
Features:
- Add option to disable logging of input events (default: disabled)
v0.2.1
Features:
- Add
PYTHONPATH
to subprocess to support loading Python layers
v0.2.0
Features:
- Environment variables
- Timeouts
- Cleaned up execution code
Fixes:
- Detect SSO assumed roles and prohibit them
Changes:
- Rename output variable (
exitstatus
->exit_code
) - Update Terraform and AWS provider versions
v0.1.4
Features:
- Enable support for Lambda layers
v0.1.3
Changes:
- Add AWS provider requirement
v0.1.2
Features:
- Update output ARN variable so the ARN can't be "known" (used for invocation) until after everything is applied to the Lambda (e.g. all policies/permissions applied)
v0.1.1
Changes:
- Update Lambda from Python 3.8 to 3.9
v0.1.0
Initial release.