Skip to content

Releases: ministryofjustice/modernisation-platform-terraform-lambda-function

v.3.1,0

05 Jan 09:02
1ca84d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.1.0

Introducing event invoke config Latest

19 Dec 11:58
5a3c02a
Compare
Choose a tag to compare

This release allows to pass an SNS topic(s) ARN that can be used for reporting on success and/or on failure. This release also addresses tflint issues and contains security releases.

NOTE: This release contains breaking changes introduced with this commit.
In order to remediate the issue, make sure to set policy_json_attached variable when using the module.

V2.1

05 Oct 13:21
a4392c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...V2.1

v2.0.1

19 Jul 09:27
c7fa811
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.0

16 Jun 14:32
20e0d9e
Compare
Choose a tag to compare

Breaking Changes

  • AWS Provider constraint is now set to ~> 5.x.
  • This will conflict with modules that enforce a constraint of ~> 4.x. You can use terraform providers to show any potential conflicts.

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

09 Jun 08:02
6728201
Compare
Choose a tag to compare

What's Changed

  • Add OSSF scorecards and pin github actions to specific versions as recommended in the github actions security hardening guidance by @davidkelliott in #3
  • Many, many iterative dependabot updates
  • Adding CONTRIBUTING.md to the top level by @SteveLinden in #78
  • adding in variable for memory_size arg of lambda function by @LavMatt in #79

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Nov 10:46
e446706
Compare
Choose a tag to compare

What's Changed

  • Module to create a lambda function with associated IAM. by @julialawrence in #2

New Contributors

Full Changelog: https://github.com/ministryofjustice/modernisation-platform-terraform-lambda-function/commits/v1.0.0