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
Copy file name to clipboardExpand all lines: infrastructure/modules/lambda/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ module "lambda" {
113
113
| <aname="input_lambda_environment_variables"></a> [lambda\_environment\_variables](#input\_lambda\_environment\_variables)| Map of environment variables to set in the Lambda function. |`map(string)`|`{}`| no |
114
114
| <aname="input_lambda_ephemeral_storage"></a> [lambda\_ephemeral\_storage](#input\_lambda\_ephemeral\_storage)| Amount of ephemeral storage (in MB) to allocate to the Lambda function. |`number`|`512`| no |
115
115
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Function timeout in seconds. |`number`|`30`| no |
116
-
| <aname="input_memory_size"></a> [memory\_size](#input\_memory\_size)| Amount of memory to allocate to the Lambda function (in MB). |`number`|`5038`| no |
116
+
| <aname="input_memory_size"></a> [memory\_size](#input\_memory\_size)| Amount of memory to allocate to the Lambda function (in MB). |`number`|`5308`| no |
117
117
| <aname="input_name"></a> [name](#input\_name)| Unique name for the Lambda function. |`string`| n/a | yes |
118
118
| <aname="input_persistent_workspaces"></a> [persistent\_workspaces](#input\_persistent\_workspaces)| A list of workspaces that require persistent logs |`list(string)`| <pre>[<br/> "ndr-dev",<br/> "ndr-test",<br/> "pre-prod",<br/> "prod"<br/>]</pre> | no |
119
119
| <aname="input_reserved_concurrent_executions"></a> [reserved\_concurrent\_executions](#input\_reserved\_concurrent\_executions)| The number of concurrent execution allowed for lambda. A value of 0 will stop lambda from running, and -1 removes any concurrency limitations. Default to -1. |`number`|`-1`| no |
0 commit comments