Skip to content

Releases: PatientPing/terraform-aws-lambda

v1.0.2pp

10 Sep 17:42
9249947
Compare
Choose a tag to compare

What's Changed

  • Add support for variable git_base_ref_for_unit_test to trigger unit tests for different base branch

Full Changelog: v1.0.1pp...v1.0.2pp

v1.0.1pp

10 Sep 15:03
1462111
Compare
Choose a tag to compare

What's Changed

  • Bump default codebuild image for lambda layer

Full Changelog: v1.0pp...v1.0.1pp

v1.0pp

12 Aug 13:19
c20c856
Compare
Choose a tag to compare

What's Changed

  • Bump default codebuild image by @bchinpp in #33
    • Use codebuild_image variable for deploy lambda codebuild
    • Change default codebuild_image to "aws/codebuild/standard:7.0"

Full Changelog: v0.24pp...v1.0pp

v0.24pp

06 Aug 19:09
24fccce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23pp...v0.24pp

Add support for shipping logs to sumo

26 Jul 18:27
dfca4af
Compare
Choose a tag to compare

Added support to specify some log group parameters and also enable shipping lambda logs to sumo logic

Create and run codebuild to perform unit testing for both lambda layers and functions

15 Dec 16:02
76e3b21
Compare
Choose a tag to compare

Details on usage of this new functionality to run unit tests can be found here Codebuild and Unit Testing

v0.21pp

29 Nov 21:51
64d3796
Compare
Choose a tag to compare

Please use the updated version v0.22pp as unit test resource has access to parameter store which is needed for certain functionality.

Compatibility with v5.0.0 Terraform AWS Provider

31 May 16:55
b057384
Compare
Choose a tag to compare
Merge pull request #25 from PatientPing/codebuild-auth-fix

Remove deprecated Auth block from codebuild jobs

Enabled the use of Python3.10

30 Apr 15:07
906c798
Compare
Choose a tag to compare

Updated to support python 3.10 (lambdas)

Enabled the use of Python3.9

27 Jan 20:35
23be236
Compare
Choose a tag to compare
Merge pull request #23 from PatientPing/python39

Added ability to use python3.9