Skip to content

Commit 48758ba

Browse files
committed
docs(nodejs): improve nodejs doc
1 parent ea7b520 commit 48758ba

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

nodejs/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ To use, add the layer to your function configuration and then set `AWS_LAMBDA_EX
88
[AWS SDK v2 instrumentation](https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/instrumentation-aws-sdk) is also
99
included and loaded automatically if you use the AWS SDK v2.
1010

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+
1124
## Building
1225

1326
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.
3245

3346
- Application using AWS SDK - shows using the wrapper with an application using AWS SDK without code change.
3447
- [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)

0 commit comments

Comments
 (0)