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
@@ -103,7 +103,7 @@ module "lambda" {
103
103
| <aname="input_api_execution_arn"></a> [api\_execution\_arn](#input\_api\_execution\_arn)| Execution ARN of the API Gateway used for granting invoke permissions. |`string`|`""`| no |
104
104
| <aname="input_default_lambda_layers"></a> [default\_lambda\_layers](#input\_default\_lambda\_layers)| n/a |`list(string)`| <pre>[<br/> "arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension:207"<br/>]</pre> | no |
105
105
| <aname="input_default_policies"></a> [default\_policies](#input\_default\_policies)| List of default IAM policy ARNs to attach to the Lambda execution role. |`list(string)`| <pre>[<br/> "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole",<br/> "arn:aws:iam::aws:policy/CloudWatchLambdaInsightsExecutionRolePolicy"<br/>]</pre> | no |
106
-
| <aname="input_extra_lambda_layers"></a> [extra\_lambda\_layers](#input\_extra\_lambda\_layers)| n/a |`list(string)`| <pre>[<br/> "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:60"<br/>]</pre> | no |
106
+
| <aname="input_extra_lambda_layers"></a> [extra\_lambda\_layers](#input\_extra\_lambda\_layers)| n/a |`list(string)`| <pre>[<br/> "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:64"<br/>]</pre> | no |
107
107
| <aname="input_handler"></a> [handler](#input\_handler)| Function entry point in the codebase (e.g., 'index.handler'). |`string`| n/a | yes |
108
108
| <aname="input_http_methods"></a> [http\_methods](#input\_http\_methods)| List of HTTP methods to integrate with the Lambda function. |`list(string)`|`[]`| no |
109
109
| <aname="input_iam_role_policy_documents"></a> [iam\_role\_policy\_documents](#input\_iam\_role\_policy\_documents)| List of IAM policy document ARNs to attach to the Lambda execution role. |`list(string)`|`[]`| no |
0 commit comments