We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9b6ac commit a56a995Copy full SHA for a56a995
README.md
@@ -376,6 +376,7 @@ This plugin currently supports the following AWS runtimes:
376
- java17
377
- java21
378
- provided.al2
379
+- provided.al2023
380
381
## Contributing
382
src/index.ts
@@ -36,6 +36,7 @@ const wrappableRuntimeList = [
36
"dotnet7",
37
"dotnet8",
38
"provided.al2",
39
+ "provided.al2023",
40
];
41
42
export default class NewRelicLambdaLayerPlugin {
0 commit comments