Skip to content

Releases: oozou/terraform-aws-lambda

v1.2.2

20 Nov 05:28
b528b73
Compare
Choose a tag to compare

Changed

  • Resolved an issue with Terraform apply process
    • From function(data) base64sha256(data.archive_file.this.output_path) to use data.output data.archive_file.this.output_base64sha256
  • Set null resource provider version >= 3.0.0

Removed

  • Unused variables plaintext_params and config_file_name

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Oct 04:21
68bf2e6
Compare
Choose a tag to compare

Changed

  • Changed the method to zip folders instead of specifying individual files.
    • Adding resources: null_resource.this
    • Adding variables: archive_file_trigger
    • Removing variables: file_globs, local.raise_file_globs_empty

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Sep 09:00
8017f04
Compare
Choose a tag to compare

Added

  • Data general source data.aws_caller_identity.this, data.aws_region.this
  • Encryption to cloudwatch log group (external kms, built-in kms)
    • Data data.aws_iam_policy_document.cloudwatch_log_group_kms_policy
    • Module module.cloudwatch_log_group_kms (v1.0.0)
    • Variable var.is_create_default_kms, var.cloudwatch_log_group_kms_key_arn
  • Add support lambda layer
    • Variable var.layer_arns

Changed

  • Constrain version for archive provider to >= 2.0.0 from 2.2.0
  • Add default tagging with module name

Full Changelog: v1.1.4...v1.2.0

v1.1.4

20 Dec 07:13
c45ceab
Compare
Choose a tag to compare

Added

  • var environment_variables
  • add dynamic environment in resource aws_lambda_function.this
  • add access_key_rotate example

Changed

  • fix typo, change from pricipal to principal in resource aws_lambda_permission.allow_serivce

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Nov 10:19
b52e870
Compare
Choose a tag to compare

Changed

  • Update example usage for examples/complete/* and examples/simple/*
  • Update meta-argument of resource aws_iam_role_policy_attachment.this from for_each to count
  • Update variable additional_lambda_role_policy_arns from type map(string) to list(string)

Full Changelog: v1.1.2...v1.1.3

v1.1.2

21 Oct 08:52
d273363
Compare
Choose a tag to compare

Changed

  • Update s3 module from version v1.1.2 to public registry version v1.1.3

Full Changelog: v1.1.1...v1.1.2

v1.1.1

05 Sep 06:38
34b73c6
Compare
Choose a tag to compare

Changed

  • Update s3 module from version v1.0.4 to public registry version v1.1.2

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Jul 10:14
974215b
Compare
Choose a tag to compare

Changed

  • Remove upload code from s3
    • S3 source code is used for versioning
  • Change additional_lambda_role_policy_arn to map from list

Added

  • Enable Tracing

Full Changelog: v1.0.2...v1.1.0

v1.0.2

30 Jun 00:56
f350435
Compare
Choose a tag to compare

Added

  • Add default log retention 90 days, KMS encryption support

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Jun 07:45
08c2b8e
Compare
Choose a tag to compare

Added