Skip to content

Releases: terraform-aws-modules/terraform-aws-lambda

v2.22.0

12 Oct 14:19
Compare
Choose a tag to compare
2021-10-12T14:19:32Z

9a6e53542cfd9cfc4042aef4d7967ea9fb99e669 Updated CHANGELOG
a13b57c0e786c36b9f3f8b5d3e17b81d15635007 feat: Add policy_path variable for IAM policies (#202)
d95d76ce4024d9ce39c7898dc6adac67e2e7a6e0 chore: Added example for pip install in layers (#214)

v2.21.0

07 Oct 07:57
Compare
Choose a tag to compare
2021-10-07T07:57:40Z

e84892e778854518e7d676afe6d238abe602235c Updated CHANGELOG
3d520447f941907816119f8f4f8abac6964be517 fix: Use `AWSXRayDaemonWriteAccess` instead of deprecated `AWSXrayWriteOnlyAccess` (#211)

v2.20.0

02 Oct 19:20
Compare
Choose a tag to compare
2021-10-02T19:20:17Z

be6cf9701071bf807cd7864fbcc751ed2552e434 Updated CHANGELOG
3873c106def29fda492384ed984cc407d0f01153 feat: Add support for AWS Graviton2 powered functions (#206)

v2.19.0

01 Oct 17:06
Compare
Choose a tag to compare
2021-10-01T17:06:34Z

361ceb18cfb0f25cb34278176d541c3ef4ee626d Updated CHANGELOG
90ec6a12a4edc100ac8ee126c707324d5cfedb54 feat: add support for additional assume_role_policy statements (#203)

v2.18.0

25 Sep 10:14
Compare
Choose a tag to compare
2021-09-25T10:14:29Z

53b55fd52b9500742f77a8736f443bffdc7501ce Updated CHANGELOG
9a0b0ca5685e21d445a4ec4e3eeff2f99a9db290 feat: Added support for partition in IAM policies to work in GovCloud (#201)
b5d6ddeef53293513e8f3622dc833fa6bad75c10 docs: Added a mention of good examples - 1Mill/serverless-tf-examples (#197)

v2.17.0

11 Sep 09:59
Compare
Choose a tag to compare
2021-09-11T09:59:09Z

8556dbc7ea2fd44c8f05401a2c4e71bfbe708f19 Updated CHANGELOG
7c53da1642cacfd23f038f3e16cd5268d95a3a5c fix: Replace aws_iam_policy_attachment to aws_iam_role_policy_attachment (#195)

v2.16.0

30 Aug 15:36
Compare
Choose a tag to compare
2021-08-30T15:36:42Z

05bec4596598be0607f11e9b47e0ef87a54f6ca1 Updated CHANGELOG
10cfba56610c2cbaec148f3c63d4d8c1efa37515 feat: Add `recreate_missing_package` parameter (#181)

v2.15.0

30 Aug 15:14
Compare
Choose a tag to compare
2021-08-30T15:14:23Z

ad97a3e864115437d992c9174badd2e217380d47 Updated CHANGELOG
2c845c358a83944d8ff628589816a68c446fd10e fix: Strip leading `./` in S3 key (#191)
883ec89ba9498cc672cd144ab4b96926ad6f4f33 docs: Added a note for TFC/TFE customers (#193)

v2.14.0

30 Aug 13:26
Compare
Choose a tag to compare
2021-08-30T13:26:00Z

b2a3657e45b742f47b1f7a664ae28ec7480004d4 Updated CHANGELOG
e2d5ddd3cad6269970593a62c6b0e3f69a2d902a fix: Take patterns into account when computing hash (#169)
ba4dbbbf274014c2bdb61c9a4f464d08021f1e38 feat: Add unique_id output of the lambda role (#173)

v2.13.0

30 Aug 11:42
Compare
Choose a tag to compare
2021-08-30T11:41:58Z

2574b83ef0e8fbe123b9369bf0c48710b2845223 Updated CHANGELOG
c5ab7799071cd6f1405773454d90b4645e2e561e fix: Sort directories and files to ensure they are always processed in the same order (#177)
9f99b851caef8a3b55ec01491e9b829c266ba594 feat: Added docker pip cache support for macOS (#192)