Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jasonhuling/terraform-aws-lambda

Tags

v1.17.0

Toggle v1.17.0's commit message
2020-07-20T10:15:24Z

47917ce Updated CHANGELOG
ef231d3 feat: Upgraded Terraform version supported

v1.16.0

Toggle v1.16.0's commit message
2020-06-26T14:56:07Z

5ab6ccb Updated CHANGELOG
dccacab docs: Updated FAQ with info about "We currently do not support adding policies for "

v1.15.0

Toggle v1.15.0's commit message
2020-06-24T19:48:14Z

6971d6c Updated CHANGELOG
a573b03 fix: Adds region wildcard to log group arn when lambda@edge (terraform-aws-modules#35)

v1.14.0

Toggle v1.14.0's commit message
2020-06-18T13:54:14Z

06c9eef Updated CHANGELOG
72d887b fix: Fixed issue with zip renaming on Windows platform (terraform-aws-modules#32)

v1.13.0

Toggle v1.13.0's commit message
2020-06-17T08:25:06Z

e52eed7 Updated CHANGELOG
1879d51 feat: docker image building for installing pip requirements independently from OS (terraform-aws-modules#31)

v1.12.0

Toggle v1.12.0's commit message
2020-06-16T19:32:38Z

3c1ca8a Updated CHANGELOG
b4f8a21 fix: Fixed patterns applying (terraform-aws-modules#30)
61f8e87 fix: Fixed DUMP_ENV logging level (terraform-aws-modules#28)

v1.11.0

Toggle v1.11.0's commit message
2020-06-16T11:05:11Z

baf9750 Updated CHANGELOG
8fd0964 fix: Fixed IAM policy attachment with multiple functions (terraform-aws-modules#26)

v1.10.0

Toggle v1.10.0's commit message
2020-06-14T19:22:04Z

dd4412d Updated CHANGELOG
6cd2a0f feat: Added support for variety of options for source_path, closes terraform-aws-modules#12 (terraform-aws-modules#25)
038f877 Updated examples and readme
e5c71e0 Added more samples to examples/simple/main.tf
9233798 package.py - Log directories with ending /
1bf443c package.py - Log skipped items + made uniform some messages
b8be73f package.py - Added support for comments in patterns
dc2a274 package.py - Renamed: logger -> log
90f7b49 feat: Added ZipContentFilter class to apply patterns filtering
0c8f26c package.py - Fixed and improved logging
778ceff package.py - Added BuildPlanManager initial implementation
b547d89 package.py - Fixed building in docker
3c4b02e package.py - Implemented ZipFileStream.write_file
7f9e731 feat: In-place zip archiving
72fde55 package.py - Removed dir changing on zip archive generation
26f0879 package.py - Simplified emit_dir_files func
cacfe2b package.py - Fixed timestamp appling
076306a package.py - Added hidden hash command to calculate Lambda's content hash
0227a77 package.py - Finished ZipFileStream.write_dirs implementation
1b311d6 package.py - Moved borrowed ZipInfo.from_file to a ZipWriteStream class
aa68432 package.py - Added initial ZipFileStream skel
e49af4b package.py - Move out inner functions from *_command functions
e634d20 feat: Added pid to the prepare stage log records

v1.9.0

Toggle v1.9.0's commit message
2020-06-12T20:56:12Z

9d3a87b Updated CHANGELOG
e2e4100 feat: Added AWS CodeDeploy group name to outputs

v1.8.0

Toggle v1.8.0's commit message
2020-06-12T20:37:57Z

a2c9505 Updated CHANGELOG
b921b69 fix: Create AWS CodeDeploy resources conditionally
a69ea02 fix: Do not create AWS Cloudwatch log group for Lambda Layers