From b78da06b51d72cd981bcb5eab659fd80ed67becd Mon Sep 17 00:00:00 2001 From: guyrenny Date: Thu, 14 Nov 2024 10:14:03 +0200 Subject: [PATCH] update readme file --- README.md | 2 +- template.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61dcb1b1..30acc075 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Use an existing Coralogix [Send-Your-Data API key](https://coralogix.com/docs/se | StoreAPIKeyInSecretsManager | Enable this to store your API Key securely. Otherwise, it will remain exposed in plain text as an environment variable in the Lambda function console. | True | :heavy_check_mark: | | ReservedConcurrentExecutions | The number of concurrent executions that are reserved for the function, leave empty so the lambda will use unreserved account concurrency. | n/a | | | LambdaAssumeRoleARN | A role that the lambda will assume, leave empty to use the default permissions.
Note that if this Parameter is used, all __S3__ and __ECR__ API calls from the lambda will be made with the permissions of the Assumed Role. | | | +| ExecutionRoleARN | The arn of a user defined role that will be used as the execution role for the lambda function | | | > **Note:** `EcrScan` doesn't need any extra configuration. @@ -191,7 +192,6 @@ These are the default presets for Lambda. Read [Troubleshooting](#troubleshootin | LambdaLogRetention | Set the CloudWatch log retention period (in days) for logs generated by the Lambda function. | 5 | :heavy_check_mark: | | FunctionRunTime | Type of runtime for the lambda, allowd values are provided.al2023 or provided.al2. | provided.al2023 | :heavy_check_mark: | | FunctionArchitectures | Architectures for the lambda function, allowed values are arm64 or x86_64. | arm64 | :heavy_check_mark: | -| LambdaAssumeRoleARN | The role that the lambda will use as Execution role, leave empty to use the default permissions | | | ### VPC Configuration (Optional) diff --git a/template.yaml b/template.yaml index f05b967e..d1eb6f5e 100644 --- a/template.yaml +++ b/template.yaml @@ -94,6 +94,7 @@ Metadata: - FunctionRunTime - FunctionArchitectures - LambdaAssumeRoleARN + - ExecutionRoleARN - ReservedConcurrentExecutions - Label: default: VPC configuration Optional