Skip to content

Commit

Permalink
Update Layers API to layers.newrelic-external.com (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos authored Apr 29, 2020
1 parent 454e115 commit 81be03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newrelic_lambda_cli/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def index(region, runtime):
req = requests.get(
"https://%s.nr-layers.iopipe.com/get-layers?CompatibleRuntime=%s"
"https://%s.layers.newrelic-external.com/get-layers?CompatibleRuntime=%s"
% (region, runtime)
)
layers_response = req.json()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="newrelic-lambda-cli",
version="0.2.1",
version="0.2.2",
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
Expand Down

0 comments on commit 81be03a

Please sign in to comment.