terraform-aws-lambda-at-edge
terraform-aws-lambda-at-edge copied to clipboard
Terraform module for making a Lambda@Edge function in terraform
## Related Issues - _[none]_ ## Public Changelog _[none]_ ## Security Implications _[none]_
It would be very helpful to have an `examples/` folder with a sample lambda usage example
## Related Issues - #21 - Also formatted using `terraform fmt` ## Public Changelog _[none]_ ## Security Implications _[none]_
This creates 2 log groups for me in aws: * `${var.name} * `us-east-1.${var.name}` (logs are spooled to the latter and the former is empty) Additionally, the logs never expire in...
terraform -version Terraform v1.0.11 on darwin_amd64 + provider registry.terraform.io/hashicorp/archive v2.2.0 + provider registry.terraform.io/hashicorp/aws v3.66.0 I get this error when run this command: `terraform init` `terraform apply` **Error:** `with module.redirect_externalurl_lambda.data.archive_file.zip_file_for_lambda, │...
Exposes the lambda's `timeout` var
There were two changes that needed to happen to get rid of the warnings: 1. Replace `aws_s3_bucket_object` (now deprecated) to `aws_bucket_object` 2. Remove `ignore_changes` The individual commits contain more information...