Skip to content

Commit 5961cf7

Browse files
author
Katie West
authored
Update README.md
Fixing readme error
1 parent f3e81e9 commit 5961cf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ These steps will help you configure the layers correctly:
6060
2. Copy the ARN of the most recent AWS Lambda Layer version and attach it to your function.
6161
* Using Cloudformation, this refers to adding your layer arn to the Layers property of a [AWS::Lambda::Function resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html).
6262
3. Update your functions handler to point to the newly attached layer in the console for your function:
63-
* Python: newrelic_lambda_wrapper.handler
64-
* Node: newrelic-lambda-wrapper.handler
63+
* Python: `newrelic_lambda_wrapper.handler`
64+
* Node: `newrelic-lambda-wrapper.handler`
6565
* Java:
66-
* RequestHandler implementation: com.newrelic.java.HandlerWrapper::handleRequest
67-
* RequestStreamHandlerWrapper implementation: RequestHandler implementation: com.newrelic.java.HandlerWrapper::handleStreamsRequest
66+
* RequestHandler implementation: `com.newrelic.java.HandlerWrapper::handleRequest`
67+
* RequestStreamHandlerWrapper implementation: `com.newrelic.java.HandlerWrapper::handleStreamsRequest`
6868
4. Add these environment variables to your Lambda console:
6969
* NEW_RELIC_ACCOUNT_ID: Your New Relic account ID
7070
* NEW_RELIC_LAMBDA_HANDLER: Path to your initial handler.

0 commit comments

Comments
 (0)