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_architectures"></a> [architectures](#input\_architectures)| Instruction set architecture for your Lambda function. Valid values are ["x86\_64"] and ["arm64"]. |`list(string)`| <pre>["x86_64"]</pre> | no |
160
160
| <aname="input_code_signing_config_arn"></a> [code\_signing\_config\_arn](#input\_code\_signing\_config\_arn)| To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function. |`string`|`null`| no |
161
-
| <aname="input_datadog_extension_layer_version"></a> [datadog\_extension\_layer\_version](#input\_datadog\_extension\_layer\_version)| Version for the Datadog Extension Layer |`number`|`57`| no |
162
-
| <aname="input_datadog_node_layer_version"></a> [datadog\_node\_layer\_version](#input\_datadog\_node\_layer\_version)| Version for the Datadog Node Layer |`number`|`109`| no |
163
-
| <aname="input_datadog_python_layer_version"></a> [datadog\_python\_layer\_version](#input\_datadog\_python\_layer\_version)| Version for the Datadog Python Layer |`number`|`94`| no |
161
+
| <aname="input_datadog_extension_layer_version"></a> [datadog\_extension\_layer\_version](#input\_datadog\_extension\_layer\_version)| Version for the Datadog Extension Layer |`number`|`58`| no |
162
+
| <aname="input_datadog_node_layer_version"></a> [datadog\_node\_layer\_version](#input\_datadog\_node\_layer\_version)| Version for the Datadog Node Layer |`number`|`112`| no |
163
+
| <aname="input_datadog_python_layer_version"></a> [datadog\_python\_layer\_version](#input\_datadog\_python\_layer\_version)| Version for the Datadog Python Layer |`number`|`95`| no |
164
164
| <aname="input_dead_letter_config_target_arn"></a> [dead\_letter\_config\_target\_arn](#input\_dead\_letter\_config\_target\_arn)| ARN of an SNS topic or SQS queue to notify when an invocation fails. |`string`|`null`| no |
165
165
| <aname="input_description"></a> [description](#input\_description)| Description of what your Lambda Function does. |`string`|`null`| no |
166
166
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| Map of environment variables that are accessible from the function code during execution. |`map(string)`|`{}`| no |
0 commit comments