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 1391006 commit 9d85feeCopy full SHA for 9d85fee
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.3
+ SemanticVersion: 2.2.1
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.23",
+ version="0.1.24",
15
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
0 commit comments