From 1063dd048a80e8d0ccad07d04347c4488ce63fc4 Mon Sep 17 00:00:00 2001 From: sashwatdas Date: Thu, 19 Jun 2025 10:31:05 +0530 Subject: [PATCH] chore: updated Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c300785..c3705a9 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ newrelic-lambda integrations install \ | `--nr-api-key` or `-k` | Yes | Your [New Relic User API Key](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key). Can also use the `NEW_RELIC_API_KEY` environment variable. | | `--linked-account-name` or `-n` | No | A label for the New Relic Linked Account. This is how this integration will appear in New Relic. Defaults to "New Relic Lambda Integration - ". | | `--enable-logs` or `-e` | No | Enables forwarding logs to New Relic Logging. This is disabled by default. Make sure you run `newrelic-lambda subscriptions install --function ... --filter-pattern ""` afterwards. | +| `--enable-license-key-secret` | No | Securely manages and store your New Relic license key in `AWS Secrets Manager` | | `--memory-size` or `-m` | No | Memory size (in MiB) for the New Relic log ingestion function. Default to 128MB. | | `--nr-region` | No | The New Relic region to use for the integration. Can use the `NEW_RELIC_REGION` environment variable. Can be either `eu` or `us`. Defaults to `us`. | | `--timeout` or `-t` | No | Timeout (in seconds) for the New Relic log ingestion function. Defaults to 30 seconds. | @@ -145,6 +146,7 @@ newrelic-lambda integrations update \ | `--disable-logs` or `-d` | No | Disables forwarding logs to New Relic Logging. Make sure you run `newrelic-lambda subscriptions install --function ...` afterwards. | | `--enable-logs` or `-e` | No | Enables forwarding logs to New Relic Logging. Make sure you run `newrelic-lambda subscriptions install --function ... --filter-pattern ""` afterwards. | | `--memory-size` or `-m` | No | Memory size (in MiB) for the New Relic log ingestion function. | +| `--enable-license-key-secret` | No | Securely manages and store your New Relic license key in `AWS Secrets Manager` | | `--nr-region` | No | The New Relic region to use for the integration. Can use the `NEW_RELIC_REGION` environment variable. Can be either `eu` or `us`. Defaults to `us`. | | `--timeout` or `-t` | No | Timeout (in seconds) for the New Relic log ingestion function. | | `--role-name` | No | Role name for the ingestion function. If you prefer to create and manage an IAM role for the function to assume out of band, do so and specify that role's name here. This avoids needing CAPABILITY_IAM. |