Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Nov 14, 2024
1 parent d4625ff commit b78da06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br> 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.
Expand Down Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Metadata:
- FunctionRunTime
- FunctionArchitectures
- LambdaAssumeRoleARN
- ExecutionRoleARN
- ReservedConcurrentExecutions
- Label:
default: VPC configuration Optional
Expand Down

0 comments on commit b78da06

Please sign in to comment.