You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* Add submodule for creating Lambda@Edge functions
* Add test for Lambda@Edge submodule
* Ensure all tests run in parallel.
* Fix `versions.tf` in `examples/complete` according to TFLint
Copy file name to clipboardExpand all lines: README.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,77 @@ If there are warnings around the outputs when destroying using this module.
342
342
Then you can use this method for supressing the superfluous errors.
343
343
`TF_WARN_OUTPUT_ERRORS=1 terraform destroy`
344
344
345
+
#### Lambda@Edge
346
+
347
+
This module also features a Lambda@Edge submodule. Its `lambda_function_association` output is meant to feed directly into the variable of the same name in the parent module.
Copy file name to clipboardExpand all lines: README.yaml
+71Lines changed: 71 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,77 @@ usage: |-
307
307
Then you can use this method for supressing the superfluous errors.
308
308
`TF_WARN_OUTPUT_ERRORS=1 terraform destroy`
309
309
310
+
#### Lambda@Edge
311
+
312
+
This module also features a Lambda@Edge submodule. Its `lambda_function_association` output is meant to feed directly into the variable of the same name in the parent module.
0 commit comments