Skip to content

Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start

4.5.0

09 Feb 21:30
af5376c

Choose a tag to compare

Features

  • scheduler: add dry-run mode support (085ad86)

4.4.0

28 Jan 23:11
276cb0d

Choose a tag to compare

Features

  • apprunner: add AWS App Runner service scheduling support with pause/resume capabilities (207d427)

4.3.0

26 Jan 21:25
3a85151

Choose a tag to compare

Features

  • terraform: add cloudwatch_log_retention variable to configure Lambda log retention period (3aee895)

Bug Fixes

  • lambda: use archive_file resource instead of data source to fix CI/CD pipeline compatibility where plan and apply run in separate jobs (3a85151)
  • terraform: replace deprecated aws_region.current.name with aws_region.current.id (3f6237a)

Maintenance

  • terraform: standardise on cloudwatch_log_retention variable naming (3887b93)

4.2.0

01 Jul 21:54
cc276ef

Choose a tag to compare

Features

  • terraform: add date exclusion functionality to skip scheduling on specific dates using MM-DD format
    (3e49357)
  • terraform: add OpenTofu compatibility with versions.tofu file (c532df7)

4.1.0

10 Jun 00:23
28fa056

Choose a tag to compare

Features

  • iam: IAM role policies now conditionally enable based on schedule variables, providing more granular control over
    permissions (pull/68) thanks to @kuthyaron
  • terraform: add AWS Transfer server scheduling functionality (10b2e4e)

4.0.0

08 May 12:11
98fb546

Choose a tag to compare

Features

  • lambda: parameterize Lambda runtime (22d9a21)
  • terraform: add timezone support for scheduler (63cca94) Thanks to @nazanalbuz
  • terraform: bump python lambda runtime to 3.13 (ff53a14)
  • terraform: update provider requirements (7e78cf0)

3.5.0

27 Aug 18:48
e80836a

Choose a tag to compare

Features

  • lambda: bump python version to 3.10 (e80836a)

3.4.1

08 Aug 22:43
fbadf17

Choose a tag to compare

Bug Fixes

  • lambda: use output_base64sha256 directly instead of function filebase64sha256 (a7c348f) thanks to @pvillaverde

3.4.0

14 Jun 19:38
00fdb9d

Choose a tag to compare

Features

  • autoscaling: terminate instances instead of stopping them (1f6f6f6)

3.3.0

10 Jun 20:44
6c1f16a

Choose a tag to compare

Features

  • lambda: bump python version to 3.9 (b0eddbb)
  • terraform: add documentdb scheduler (942f713)
  • terraform: add redshift scheduler (68ae759)
  • terraform: trigger update each time python code changes (d2498c6)