File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ To use, add the layer to your function configuration and then set `AWS_LAMBDA_EX
8
8
[ AWS SDK v2 instrumentation] ( https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/instrumentation-aws-sdk ) is also
9
9
included and loaded automatically if you use the AWS SDK v2.
10
10
11
+ ## Supported Runtimes
12
+
13
+ | Platform Version | Supported |
14
+ | ------------------- | --------------------------------------------- |
15
+ | ` nodejs22.x ` | :heavy_check_mark : |
16
+ | ` nodejs20.x ` | :heavy_check_mark : |
17
+ | ` nodejs18.x ` | :heavy_check_mark : |
18
+ | Older Node Versions | See [ Node Support] ( #node-support ) |
19
+
20
+ ### Node Support
21
+
22
+ Only Node.js Active or Maintenance LTS versions are supported.
23
+
11
24
## Building
12
25
13
26
To build the layer and sample applications in this ` nodejs ` folder:
@@ -32,4 +45,4 @@ Sample applications are provided to show usage of the above layer.
32
45
33
46
- Application using AWS SDK - shows using the wrapper with an application using AWS SDK without code change.
34
47
- [ Using layer built from source] ( ./integration-tests/aws-sdk )
35
- - [ WIP] [ Using OTel Public Layer] ( ./sample-apps/aws-sdk )
48
+ - [ WIP] [ Using OTel Public Layer] ( ./sample-apps/aws-sdk )
You can’t perform that action at this time.
0 commit comments