Skip to content

Releases: mcozd/terraform-aws-serverless-function

v4.0.2

20 Sep 13:22
Compare
Choose a tag to compare

Maintenance Release

  • Use >= constraint for providers so that usage of this module is more flexible

v4.0.1

20 Sep 13:21
Compare
Choose a tag to compare

[FIXED]

  • use bootstrap as the name of the go-binary that you can bundle when provisioning a lambda

v4.0.0

14 Sep 11:21
Compare
Choose a tag to compare

Maintenance Release with Breaking Change:

Update supported runtimes for go, node and ruby. The previously used runtimes will be deprecated end of 2023.

v3.1.1

14 Sep 07:27
c78c9d2
Compare
Choose a tag to compare

[Fixed]

  • Set correct handler value when type = custom has been supplied.

v2.2.0

08 Jul 08:07
Compare
Choose a tag to compare

[NEW]

  • provides a flag for telling the module that "terraform destroy" was called
    • this works around the data-provider "archive", which fails the lambda resource when no archive is present
    • This allows for a more varied usage of tf destroy from anywhere (e.g. local, pipelines) because you do not need to have the artifacts present just for the infrastructure to be destroyed