Skip to content

Releases: Invicton-Labs/terraform-aws-lambda-shell

v0.3.0

15 Oct 21:41
v0.3.0
60a51f4
Compare
Choose a tag to compare

Changes:

  • Update to TF v1.3
  • Remove optionals experiment

v0.2.3

17 Jun 22:28
v0.2.3
1f31516
Compare
Choose a tag to compare

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

29 Mar 17:44
Compare
Choose a tag to compare

Features:

  • Add option to disable logging of input events (default: disabled)

v0.2.1

27 Mar 03:05
Compare
Choose a tag to compare

Features:

  • Add PYTHONPATH to subprocess to support loading Python layers

v0.2.0

17 Mar 19:11
Compare
Choose a tag to compare

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

01 Mar 17:21
Compare
Choose a tag to compare

Features:

  • Enable support for Lambda layers

v0.1.3

24 Jan 22:00
Compare
Choose a tag to compare

Changes:

  • Add AWS provider requirement

v0.1.2

03 Oct 18:39
Compare
Choose a tag to compare

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

03 Oct 14:48
Compare
Choose a tag to compare

Changes:

  • Update Lambda from Python 3.8 to 3.9

v0.1.0

11 Aug 15:21
Compare
Choose a tag to compare

Initial release.