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
feat: parameterize runtime and default to al2023 (#194)
This commit adopts the most recent available runtime and paramterizes
the field in the process. There are no operational considerations for
migrating from `provided.al2` to `provided.al2023`.
| <aname="input_lambda_env_vars"></a> [lambda\_env\_vars](#input\_lambda\_env\_vars)| Environment variables to be passed into lambda. |`map(string)`|`{}`| no |
108
108
| <aname="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size)| Memory size for lambda function. |`number`|`null`| no |
109
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Lambda runtime. |`string`|`"provided.al2023"`| no |
109
110
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Timeout in seconds for lambda function. |`number`|`null`| no |
110
111
| <aname="input_max_file_size"></a> [max\_file\_size](#input\_max\_file\_size)| Max file size for objects to process (in bytes), default is 1GB |`number`|`null`| no |
111
112
| <aname="input_name"></a> [name](#input\_name)| Name of role. Since this name must be unique within the<br>account, it will be reused for most of the resources created by this<br>module. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/logwriter/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ module "logwriter" {
102
102
| <aname="input_filter_pattern"></a> [filter\_pattern](#input\_filter\_pattern)| Subscription filter pattern. |`string`|`null`| no |
103
103
| <aname="input_lambda_env_vars"></a> [lambda\_env\_vars](#input\_lambda\_env\_vars)| Environment variables to be passed into lambda. |`map(string)`|`null`| no |
104
104
| <aname="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size)| Memory size for lambda function. |`number`|`null`| no |
105
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Lambda runtime. |`string`|`null`| no |
105
106
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Timeout in seconds for lambda function. |`number`|`null`| no |
106
107
| <aname="input_log_group_name_patterns"></a> [log\_group\_name\_patterns](#input\_log\_group\_name\_patterns)| Subscribe to CloudWatch log groups matching any of the provided patterns<br>based on a case-sensitive substring search. To subscribe to all log groups<br>use the wildcard operator *. |`list(string)`|`null`| no |
107
108
| <aname="input_log_group_name_prefixes"></a> [log\_group\_name\_prefixes](#input\_log\_group\_name\_prefixes)| Subscribe to CloudWatch log groups matching any of the provided prefixes.<br>To subscribe to all log groups use the wildcard operator *. |`list(string)`|`null`| no |
Copy file name to clipboardExpand all lines: modules/stack/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,8 @@ You can additionally configure other submodules in this manner:
170
170
| <aname="input_configsubscription"></a> [configsubscription](#input\_configsubscription)| Variables for AWS Config subscription. | <pre>object({<br> delivery_bucket_name = string<br> tag_account_alias = optional(bool)<br> })</pre> |`null`| no |
171
171
| <aname="input_debug_endpoint"></a> [debug\_endpoint](#input\_debug\_endpoint)| Endpoint to send debugging telemetry to. Sets OTEL\_EXPORTER\_OTLP\_ENDPOINT environment variable for supported lambda functions. |`string`|`null`| no |
| <aname="input_name"></a> [name](#input\_name)| Name of role. Since this name must be unique within the<br>account, it will be reused for most of the resources created by this<br>module. |`string`| n/a | yes |
177
177
| <aname="input_s3_bucket_lifecycle_expiration"></a> [s3\_bucket\_lifecycle\_expiration](#input\_s3\_bucket\_lifecycle\_expiration)| Expiration in days for S3 objects in collection bucket |`number`|`4`| no |
0 commit comments