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
| Linux |[Link](./instrumentation/java/linux)|[Link](./instrumentation/dotnet/linux)|[Link](./instrumentation/nodejs/linux)|[Link](./instrumentation/python/linux)|[Link](./instrumentation/go/linux)|
21
-
| Windows ||[Link](./instrumentation/dotnet/windows)||||
| AWS Lambda Function |[Link](./instrumentation/java/aws-lambda)|[Link](./instrumentation/dotnet/aws-lambda) <br> [Custom Layer](./instrumentation/dotnet/aws-lambda-with-custom-layer)|[Link](./instrumentation/nodejs/aws-lambda)|[Link](./instrumentation/python/aws-lambda)|[Link](./instrumentation/go/aws-lambda)|
26
-
| Azure Function |[Link](./instrumentation/java/azure-functions)|[Link](./instrumentation/dotnet/azure-functions)|[Link](./instrumentation/nodejs/azure-functions)|[Link](./instrumentation/python/azure-functions)|[Link](./instrumentation/go/azure-functions)|
27
-
| Azure App Service |[Link](./instrumentation/java/azure-app-service)|||||
| Google Cloud Function |[Link](./instrumentation/java/google-cloud-functions)|[Link](./instrumentation/dotnet/google-cloud-functions)|[Link](./instrumentation/nodejs/google-cloud-functions)|[Link](./instrumentation/python/google-cloud-functions)|[Link](./instrumentation/go/google-cloud-functions)|
18
+
| Language / Environment | Java | .NET | Node.js | Python | Go |
| Linux |[Link](./instrumentation/java/linux)|[Link](./instrumentation/dotnet/linux)|[Link](./instrumentation/nodejs/linux)|[Link](./instrumentation/python/linux)|[Link](./instrumentation/go/linux)|
21
+
| Windows ||[Link](./instrumentation/dotnet/windows)||||
| AWS Lambda Function |[Link](./instrumentation/java/aws-lambda)|[Link](./instrumentation/dotnet/aws-lambda) <br> [Custom Layer](./instrumentation/dotnet/aws-lambda-with-custom-layer)|[Link](./instrumentation/nodejs/aws-lambda)<br> [Container Image](./instrumentation/nodejs/aws-lambda-container-image)|[Link](./instrumentation/python/aws-lambda)|[Link](./instrumentation/go/aws-lambda)|
26
+
| Azure Function |[Link](./instrumentation/java/azure-functions)|[Link](./instrumentation/dotnet/azure-functions)|[Link](./instrumentation/nodejs/azure-functions)|[Link](./instrumentation/python/azure-functions)|[Link](./instrumentation/go/azure-functions)|
27
+
| Azure App Service |[Link](./instrumentation/java/azure-app-service)||[Link](./instrumentation/nodejs/azure-app-service)|||
| Google Cloud Function |[Link](./instrumentation/java/google-cloud-functions)|[Link](./instrumentation/dotnet/google-cloud-functions)|[Link](./instrumentation/nodejs/google-cloud-functions)|[Link](./instrumentation/python/google-cloud-functions)|[Link](./instrumentation/go/google-cloud-functions)|
30
30
31
31
Examples for each combination will be added over time.
Copy file name to clipboardExpand all lines: instrumentation/nodejs/aws-lambda-container-image/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ We'll use Node.js 20 for this example, but the steps for other Node.js versions
10
10
are similar. The example also uses the AWS Serverless Application Model (SAM)
11
11
CLI to deploy the Lambda function and an associated API Gateway to access it.
12
12
13
+
The process of adding the Splunk OpenTelemetry Lambda layer to the container image
14
+
is based on [Working with Lambda layers and extensions in container images](https://aws.amazon.com/blogs/compute/working-with-lambda-layers-and-extensions-in-container-images/).
15
+
13
16
## Prerequisites
14
17
15
18
The following tools are required to deploy Node.js functions into AWS Lambda using SAM:
0 commit comments