Skip to content

Releases: byu-oit/terraform-aws-lambda-api

v4.0.0

26 Mar 20:11
6ba1919
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0

v3.0.1

18 Jan 18:05
f0102c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Feb 22:34
8494ccf
Compare
Choose a tag to compare

What's Changed

  • docs: fix incorrect variable name by @stuft2 in #38
  • Set desync_mitigation_mode to strictest in ALB by @GaryGSC in #39
    • Require AWS provider >=3.67 to support desync_mitigation_mode

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

18 Nov 23:14
43f64a3
Compare
Choose a tag to compare

What's Changed

  • feat: allow passing through lambda architectures by @stuft2 in #36

Full Changelog: v2.1.2...v2.2.0

v2.1.2

14 Oct 18:24
a4b6e10
Compare
Choose a tag to compare

Various Dependabot version bumps.

v2.1.1

25 Apr 22:33
9330e40
Compare
Choose a tag to compare
  • fixed race condition when resources depend on the function existing before their creation
  • updated references to the lambda arn where it should be the function name

v2.1.0

22 Apr 18:48
f96eda1
Compare
Choose a tag to compare

What's Changed

lambda_layers variable added as pass-through to layers variable of aws_lambda_function resource

v2.0.1

11 Mar 17:00
07069ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 Feb 19:13
f832452
Compare
Choose a tag to compare

Added docker support and custom domain support.

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0 - X-Ray Support

28 Jun 14:41
4f8b63c
Compare
Choose a tag to compare

Adds the xray_enabled variable so AWS X-Ray can be used to monitoring the Lambda.