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.
provided.al2
1 parent 121bb67 commit e4cc886Copy full SHA for e4cc886
README.md
@@ -375,6 +375,7 @@ This plugin currently supports the following AWS runtimes:
375
- java11
376
- java17
377
- java21
378
+- provided.al2
379
380
## Contributing
381
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-newrelic-lambda-layers",
3
- "version": "5.3.0",
+ "version": "5.3.1",
4
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.",
5
"main": "dist/index.js",
6
"files": [
src/index.ts
@@ -35,6 +35,7 @@ const wrappableRuntimeList = [
35
"dotnet6",
36
"dotnet7",
37
"dotnet8",
38
+ "provided.al2",
39
];
40
41
export default class NewRelicLambdaLayerPlugin {
0 commit comments