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 254c8d6 commit 5a39228Copy full SHA for 5a39228
newrelic_lambda_cli/templates/newrelic-log-ingestion.yaml
@@ -12,6 +12,6 @@ Resources:
12
Properties:
13
Location:
14
ApplicationId: arn:aws:serverlessrepo:us-east-1:463657938898:applications/NewRelic-log-ingestion
15
- SemanticVersion: 2.1.0
+ SemanticVersion: 2.1.2
16
Parameters:
17
NRLicenseKey: !Ref NewRelicLicenseKey
setup.py
@@ -11,7 +11,7 @@
11
setup(
name="newrelic-lambda-cli",
- version="0.1.14",
+ version="0.1.15",
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
0 commit comments