Skip to content

Commit e4cc886

Browse files
authored
Add provided.al2 to supported runtimes. (#457)
1 parent 121bb67 commit e4cc886

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ This plugin currently supports the following AWS runtimes:
375375
- java11
376376
- java17
377377
- java21
378+
- provided.al2
378379

379380
## Contributing
380381

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-newrelic-lambda-layers",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.",
55
"main": "dist/index.js",
66
"files": [

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const wrappableRuntimeList = [
3535
"dotnet6",
3636
"dotnet7",
3737
"dotnet8",
38+
"provided.al2",
3839
];
3940

4041
export default class NewRelicLambdaLayerPlugin {

0 commit comments

Comments
 (0)