Hi Walter. I appreciate your terraform module contributions.
I wasn't able to get the domain redirect working, and it looks like the reason is that the configuration variable is apex_domain_redirect but the lambda is expecting apex_redirect.
|
if ( isTrue(config.apex_redirect) ) { |
If you concur, please let me know if you would like me to submit a PR to fix the lambda function.
Hi Walter. I appreciate your terraform module contributions.
I wasn't able to get the domain redirect working, and it looks like the reason is that the configuration variable is
apex_domain_redirectbut the lambda is expectingapex_redirect.terraform-aws-cloudfront-viewer-request-lambda/lambda/index.js
Line 39 in 2812b6b
If you concur, please let me know if you would like me to submit a PR to fix the lambda function.