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
| <aname="input_lambda_at_edge"></a> [lambda\_at\_edge](#input\_lambda\_at\_edge)| Set this to true if using Lambda@Edge, to enable publishing, limit the timeout, and allow edgelambda.amazonaws.com to invoke the function |`bool`|`false`| no |
716
716
| <aname="input_lambda_role"></a> [lambda\_role](#input\_lambda\_role)| IAM role ARN attached to the Lambda Function. This governs both who / what can invoke your Lambda Function, as well as what resources our Lambda Function has access to. See Lambda Permission Model for more details. |`string`|`""`| no |
717
717
| <aname="input_layer_name"></a> [layer\_name](#input\_layer\_name)| Name of Lambda Layer to create |`string`|`""`| no |
718
+
| <aname="input_layer_skip_destroy"></a> [layer\_skip\_destroy](#input\_layer\_skip\_destroy)| Whether to retain the old version of a previously deployed Lambda Layer. |`bool`|`false`| no |
718
719
| <aname="input_layers"></a> [layers](#input\_layers)| List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. |`list(string)`|`null`| no |
719
720
| <aname="input_license_info"></a> [license\_info](#input\_license\_info)| License info for your Lambda Layer. Eg, MIT or full url of a license. |`string`|`""`| no |
720
721
| <aname="input_local_existing_package"></a> [local\_existing\_package](#input\_local\_existing\_package)| The absolute path to an existing zip-file to use |`string`|`null`| no |
0 commit comments