serverless-newrelic-lambda-layers
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "serverless-newrelic-lambda-layers", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.", | ||
@@ -47,3 +47,3 @@ "main": "dist/index.js", | ||
"ramda": "^0.27.1", | ||
"serverless": "^2.21.1", | ||
"serverless": "^2.44", | ||
"ts-jest": "^26.4.4", | ||
@@ -50,0 +50,0 @@ "tslint": "^5.20.1", |
@@ -13,3 +13,3 @@ # serverless-newrelic-lambda-layers | ||
- Installs and configures the New Relic AWS Integration | ||
- Supports Node.js and Python runtimes (more runtimes to come) | ||
- Supports Node.js, Python and Java runtimes (more runtimes to come) | ||
- No code change required to enable New Relic | ||
@@ -69,2 +69,3 @@ - Bundles New Relic's agent in a single layer | ||
- [Python Instrumentation Guide](https://docs.newrelic.com/docs/agents/python-agent/custom-instrumentation/python-custom-instrumentation) | ||
- [Java Instrumentation Guide](https://docs.newrelic.com/docs/agents/java-agent/custom-instrumentation/java-custom-instrumentation) | ||
@@ -71,0 +72,0 @@ ## Config |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72070
354