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 d073c83 commit b673b0cCopy full SHA for b673b0c
newrelic_lambda_cli/templates/newrelic-log-ingestion.yaml
@@ -16,7 +16,7 @@ Resources:
16
Properties:
17
Location:
18
ApplicationId: arn:aws:serverlessrepo:us-east-1:463657938898:applications/NewRelic-log-ingestion
19
- SemanticVersion: 2.1.2
+ SemanticVersion: 2.1.3
20
Parameters:
21
NRLicenseKey: !Ref NewRelicLicenseKey
22
NRLoggingEnabled: !Ref NewRelicLoggingEnabled
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="newrelic-lambda-cli",
14
- version="0.1.20",
+ version="0.1.21",
15
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
0 commit comments