Skip to content

Releases: PatientPing/terraform-aws-lambda

V0.17pp

04 Jan 14:09
640c21f
Compare
Choose a tag to compare

DF-3875

  • Allow multiple lambdas instances within same account

Added default input variables for trigger event

29 Jun 18:06
30740ea
Compare
Choose a tag to compare
DF-3284 (#19)

* DF-3284 Add trigger input parameter viable

v0.14pp

23 Mar 18:01
c1c2ffc
Compare
Choose a tag to compare
Merge pull request #18 from PatientPing/python38

Added python3.8 to lambda runtime

v0.13pp

04 Aug 18:26
97df8ac
Compare
Choose a tag to compare
Merge pull request #17 from PatientPing/CLOUD-328

Read SSM /service/shared/

Adding integration test capabilities to codebuild

08 Apr 15:28
817f878
Compare
Choose a tag to compare
  • Add the ability, within certain environments, for the codebuild job to access the lambda that is being updated/published in order to do integration testing

Fix Output

15 Dec 22:12
834478e
Compare
Choose a tag to compare
Fix code build output (#15)

make the code build output conditional

Added output variable to enable API integration

10 Dec 20:18
e8dddf3
Compare
Choose a tag to compare

Added output variable output: invoke_arn

CodeBuild4.0

07 Dec 20:12
6ed8c3e
Compare
Choose a tag to compare
Merge pull request #12 from PatientPing/DF-2206

Df 2206

CodeBuild4.0

04 Dec 20:39
dc3e2a1
Compare
Choose a tag to compare

Bumped up codebuild to version 4.0

CodeBuilder Permission Expansion

03 Jun 18:52
3fc956e
Compare
Choose a tag to compare

Versioning lambda functions enables smooth and clear processes for upgrade and rollback. However, this process changes the function's arn which in turn means that assigned privileges are lost. An elegant solution is through the use of aliases; these structures retain privileges but need to be 'repointed' to the new qualified lambda name. The determination of the correct version (which is automatically incremented) is the domain of CodeBuilder which requires additional lambda permissions in order to do this.