Skip to content

Releases: circular-way/terraform-aws-lambda-cd

v1.2.3

24 May 12:29
Compare
Choose a tag to compare

1.2.3 (2022-05-24)

Bug Fixes

  • 🐛 use relative reference to output package for tf cloud (7d2bee3)

v1.2.2

12 Jul 17:45
Compare
Choose a tag to compare

1.2.2 (2021-07-12)

Bug Fixes

  • 🐛 do not include dirs in zips for consistent output hashes (b6e0873)
  • 🐛 move build files to package archive to conserve space (cf94f2b)

v1.2.1

12 Jul 11:00
Compare
Choose a tag to compare

1.2.1 (2021-07-12)

Bug Fixes

  • 🐛 increase build stdout/stderr buffer to 10MB (1aae2b8), closes #1
  • package: 🐛 ensure wildcards in includes/excludes are passed to zip (a371468)

v1.2.0

12 Jul 08:38
Compare
Choose a tag to compare

1.2.0 (2021-07-12)

Bug Fixes

  • 🐛 clean home dir before builds (3725bc7)
  • 🐛 maximise free space by clearing transient build files (73dad9e)

Features

  • 🎸 use Info-ZIP to create package archives (af69638)

v1.1.0

09 Jul 16:41
Compare
Choose a tag to compare

1.1.0 (2021-07-09)

Features

  • 🎸 allow env vars to be set for the built lambda (185e210)
  • 🎸 include/exclude can be specified for target package (389cebd)
  • 🎸 specify environment variables at build time (2ec10b1)

v1.0.0

07 Jul 17:18
18707ec
Compare
Choose a tag to compare

1.0.0 (2021-07-07)

Bug Fixes

  • 🐛 don't rebuild when build artefact exists (9f1a30c)
  • 🐛 ensure plans only trigger builds on source changes (b883770)
  • 🐛 ensure sources zip etag same for sequential applies (38bdb0e)
  • 🐛 output build logs for a package (c72e836)
  • 🐛 output build_time metadata for package (c5ff02d)
  • 🐛 prevent terraform drift errors for s3 sources object (8e0b457)
  • 🐛 sleep iam policy creation due to eventual consistency (16e99cc)

Features

  • 🎸 package_target_dir to specify dir to include in build (75ab9dd)
  • 🎸 allow using npm v7 in worker with worker_lambda_npm_7 (78146c4)
  • 🎸 lambda & worker modules working (82f1b13)

Performance Improvements

  • ⚡️ upload new sources first before deleting old (5c13696)