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_layers"></a> [layers](#input\_layers)| List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. |`list(string)`|`null`| no |
810
810
| <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 |
811
811
| <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 |
812
+
| <aname="input_logging_application_log_level"></a> [logging\_application\_log\_level](#input\_logging\_application\_log\_level)| The application log level of the Lambda Function. Valid values are "TRACE", "DEBUG", "INFO", "WARN", "ERROR", or "FATAL". |`string`|`null`| no |
813
+
| <aname="input_logging_log_format"></a> [logging\_log\_format](#input\_logging\_log\_format)| The log format of the Lambda Function. Valid values are "JSON" or "Text". |`string`|`"Text"`| no |
814
+
| <aname="input_logging_log_group"></a> [logging\_log\_group](#input\_logging\_log\_group)| The CloudWatch log group to send logs to. |`string`|`null`| no |
815
+
| <aname="input_logging_system_log_level"></a> [logging\_system\_log\_level](#input\_logging\_system\_log\_level)| The system log level of the Lambda Function. Valid values are "DEBUG", "INFO", or "WARN". |`string`|`null`| no |
812
816
| <aname="input_maximum_event_age_in_seconds"></a> [maximum\_event\_age\_in\_seconds](#input\_maximum\_event\_age\_in\_seconds)| Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600. |`number`|`null`| no |
813
817
| <aname="input_maximum_retry_attempts"></a> [maximum\_retry\_attempts](#input\_maximum\_retry\_attempts)| Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2. |`number`|`null`| no |
814
818
| <aname="input_memory_size"></a> [memory\_size](#input\_memory\_size)| Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB (10 GB), in 64 MB increments. |`number`|`128`| no |
0 commit comments