Skip to content

Commit 9f1c8ce

Browse files
committed
More upgrades
1 parent 3064e25 commit 9f1c8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/modules/lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module "lambda" {
103103
| <a name="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 |
104104
| <a name="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 |
105105
| <a name="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-
| <a name="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+
| <a name="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 |
107107
| <a name="input_handler"></a> [handler](#input\_handler) | Function entry point in the codebase (e.g., 'index.handler'). | `string` | n/a | yes |
108108
| <a name="input_http_methods"></a> [http\_methods](#input\_http\_methods) | List of HTTP methods to integrate with the Lambda function. | `list(string)` | `[]` | no |
109109
| <a name="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

Comments
 (0)