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
|[aws_arn.log_group_arn](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/arn)| data source |
@@ -710,6 +710,7 @@ No modules.
710
710
| <aname="input_docker_pip_cache"></a> [docker\_pip\_cache](#input\_docker\_pip\_cache)| Whether to mount a shared pip cache folder into docker environment or not |`any`|`null`| no |
711
711
| <aname="input_docker_with_ssh_agent"></a> [docker\_with\_ssh\_agent](#input\_docker\_with\_ssh\_agent)| Whether to pass SSH\_AUTH\_SOCK into docker environment or not |`bool`|`false`| no |
712
712
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A map that defines environment variables for the Lambda Function. |`map(string)`|`{}`| no |
713
+
| <aname="input_ephemeral_storage_size"></a> [ephemeral\_storage\_size](#input\_ephemeral\_storage\_size)| Amount of ephemeral storage size (`/tmp`) in MB your Lambda Function can use at runtime. Valid value between 512 MB to 10,240 MB (10 GB). |`number`|`512`| no |
713
714
| <aname="input_event_source_mapping"></a> [event\_source\_mapping](#input\_event\_source\_mapping)| Map of event source mapping |`any`|`{}`| no |
714
715
| <aname="input_file_system_arn"></a> [file\_system\_arn](#input\_file\_system\_arn)| The Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system. |`string`|`null`| no |
715
716
| <aname="input_file_system_local_mount_path"></a> [file\_system\_local\_mount\_path](#input\_file\_system\_local\_mount\_path)| The path where the function can access the file system, starting with /mnt/. |`string`|`null`| no |
0 commit comments