Skip to content

Releases: hyprnz/terraform-aws-lambda-application-module

v4.8.0

28 Sep 20:52
8dc0169

Choose a tag to compare

4.8.0 (2025-09-28)

Features

  • support snap_start configuration by function (8dc0169)

v4.7.0

16 Sep 09:18
07bb0dd

Choose a tag to compare

4.7.0 (2025-09-16)

Features

  • lambda app: Allows to configure an s3 key per function allowing support for languages that compile to a static binary (07bb0dd)

v4.6.1

08 Sep 03:56
ee3932c

Choose a tag to compare

4.6.1 (2025-09-08)

Bug Fixes

  • entrypoints: use a better index pattern for entrypoint configs this eliminates redundant destroy & recreate apply runs (ee3932c)

v4.6.0

24 Aug 01:36
32e5cd1

Choose a tag to compare

4.6.0 (2025-08-24)

Features

  • eventbridge: Allows for int & ext to have multiple eventbridge triggers to a single function (32e5cd1)

Applying this version will cause a destroy & recreate as the for_each key needed to be changed. While the risk is considered low, care should be taken when upgrading to avoid events being lost.

v4.5.0

17 Aug 23:11
976952b

Choose a tag to compare

4.5.0 (2025-08-17)

Features

  • datastore module: upgrade ds module to provide ds s3 cors configuration (976952b)

v4.4.1

15 Aug 04:16
fa01283

Choose a tag to compare

4.4.1 (2025-08-15)

Bug Fixes

  • s3-ds: upgrade module and update s3 ds var names as per module standard (fa01283)

v4.4.0

15 Aug 03:28
e22c9e5

Choose a tag to compare

4.4.0 (2025-08-15)

Features

  • s3 ds: upgrade datastore module to allow setting s3 notifications to eventbridge (e22c9e5)

v4.3.2

14 Aug 22:23
b4d913a

Choose a tag to compare

4.3.2 (2025-08-14)

Bug Fixes

  • Removed tf map type constraints for event_pattern_json attribute on external_entrypoint_config variable (b4d913a)

v4.3.1

11 Aug 04:23
c592a8a

Choose a tag to compare

4.3.1 (2025-08-11)

Bug Fixes

  • alb-ingress: corrected lambda permission resource to fix continual apply bug (c592a8a)

v4.3.0

11 Aug 03:49
b3ba26b

Choose a tag to compare

4.3.0 (2025-08-11)

Features

  • alb-ingress: added support for alb ingress that can trigger multiple functions in a service (b3ba26b)