Skip to content

Tags: DevOpsGlobalSolutions/terraform-aws-lambda

Tags

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

v1.7.0

Toggle v1.7.0's commit message
2020-06-12T12:36:57Z

39d8102 Updated CHANGELOG
7e1ed93 feat: Add Cloudwatch Logs resources (or use existing) (terraform-aws-modules#24)

v1.6.0

Toggle v1.6.0's commit message
2020-06-11T20:25:45Z

aea2b6d Updated CHANGELOG
7f9f10b feat: Added package debug levels

v1.5.0

Toggle v1.5.0's commit message
2020-06-10T14:18:44Z

93add87 Updated CHANGELOG
f608241 fix: Added dependency for aws_s3_bucket_object, fixes terraform-aws-modules#15 (terraform-aws-modules#19)
3951dc9 feat: Added support for one-shot artifacts build to skip recreation of missing packages (terraform-aws-modules#20)

v1.4.0

Toggle v1.4.0's commit message
2020-06-10T11:41:46Z

b312275 Updated CHANGELOG
83f50be feat: Added deploy module to do complex deployments using AWS CodeDeploy (terraform-aws-modules#17)
dafada2 feat: Stable zip archives - v1 (terraform-aws-modules#18)
8bc9e6d feat: Added better support for Lambda Alias resources via separate submodule (terraform-aws-modules#14)
9a6fca9 feat: Reliable passing build plan by a separate file + minor changes (terraform-aws-modules#13)

v1.3.0

Toggle v1.3.0's commit message
2020-06-07T15:12:38Z

ec0449c Updated CHANGELOG
166f71a fix: Computed values in number of policies