Skip to content

Commit

Permalink
Merge branch 'sd-containerized-lambda-v3' of https://github.com/newre…
Browse files Browse the repository at this point in the history
…lic/docs-website into sd-containerized-lambda-v3
  • Loading branch information
homelessbirds committed Apr 30, 2024
2 parents 2062872 + a438563 commit e5f3aec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metaDescription: A guide for instrumenting your containerized image layer with N
freshnessValidatedDate: never
---

If you're using a containerized image for Lambda and want to monitor your application, you'll need to add New Relic to your code. After you add our pre-built layer to your image, push the image to your AWS Elastic Container Registry. From there, whenever you run your function, New Relic will run, at the same time.
If you're using a containerized image for Lambda and want to monitor your application, you'll need to add New Relic to your code. After you add our pre-built layer to your image, push the image to your AWS Elastic Container Registry. From there, whenever you run your function, New Relic will run at the same time.

Here's a guide to adding our pre-built layer to your code.

Expand All @@ -25,7 +25,7 @@ New Relic offers pre-built images that include our layer's different runtimes: J
<TabsBarItem id="java">Java</TabsBarItem>
<TabsBarItem id="node.js">Node.js</TabsBarItem>
<TabsBarItem id="python">Python</TabsBarItem>
<TabsBarItem id="extension"> Extension-only</TabsBarItem>
<TabsBarItem id="extension"> extension-only</TabsBarItem>
</TabsBar>

<TabsPages>
Expand Down

0 comments on commit e5f3aec

Please sign in to comment.