Skip to content

Commit

Permalink
Update containerized-images.mdx
Browse files Browse the repository at this point in the history
Corrected redirect path to env vars page.
  • Loading branch information
jigarp1997 authored Dec 23, 2024
1 parent 99de1a5 commit f4fd92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Here's a guide to adding our pre-built layer to your code.
<Step>
### Configure your Lambda function

2. Configure the Lambda function with the same settings as your original function, but ensure you add any required environment variables for New Relic Lambda monitoring. See our [Environment variables](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/configure-serverless-monitoring-aws-lambda/#environment) for more information.
2. Configure the Lambda function with the same settings as your original function, but ensure you add any required environment variables for New Relic Lambda monitoring. See our [Environment variables](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/env-variables-lambda) for more information.
3. Update your function's handler to point to the newly attached layer in `cmd` override for your function. You can do that using the instructions in these two docs:
* [Lambda console UI configuration](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/instrument-your-own/#console)
* [Layerless instrumentation for Lambda monitoring](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/enable-serverless-monitoring-aws-lambda-layerless)
Expand Down

0 comments on commit f4fd92d

Please sign in to comment.