Skip to content

Commit a56a995

Browse files
authored
feat: add provided.al2023 (#462)
1 parent 9d9b6ac commit a56a995

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ This plugin currently supports the following AWS runtimes:
376376
- java17
377377
- java21
378378
- provided.al2
379+
- provided.al2023
379380

380381
## Contributing
381382

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const wrappableRuntimeList = [
3636
"dotnet7",
3737
"dotnet8",
3838
"provided.al2",
39+
"provided.al2023",
3940
];
4041

4142
export default class NewRelicLambdaLayerPlugin {

0 commit comments

Comments
 (0)