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
If your function's source is committed to version control, you can avoid committing your license key by including it in your serverless.yml as a variable. See [the Serverless docs on template variables](https://www.serverless.com/framework/docs/providers/aws/guide/variables/) for more information.
105
111
112
+
#### `ingestKey` (required)
113
+
114
+
Your [New Relic Personal API Key](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#personal-api-key).
115
+
116
+
```yaml
117
+
custom:
118
+
newRelic:
119
+
ingestKey: your-ingest-key-here
120
+
```
121
+
106
122
#### `nrRegion` (required for EU; optional for US)
107
123
108
124
If your New Relic account is based in the EU, make sure to specify your nrRegion in the custom block:
0 commit comments