Releases: PatientPing/terraform-aws-lambda
Releases · PatientPing/terraform-aws-lambda
V0.17pp
Added default input variables for trigger event
DF-3284 (#19) * DF-3284 Add trigger input parameter viable
v0.14pp
Merge pull request #18 from PatientPing/python38 Added python3.8 to lambda runtime
v0.13pp
Merge pull request #17 from PatientPing/CLOUD-328 Read SSM /service/shared/
Adding integration test capabilities to codebuild
- 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
Fix code build output (#15) make the code build output conditional
Added output variable to enable API integration
Added output variable output: invoke_arn
CodeBuild4.0
Merge pull request #12 from PatientPing/DF-2206 Df 2206
CodeBuild4.0
Bumped up codebuild to version 4.0
CodeBuilder Permission Expansion
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.