newrelic-lambda-cli 0.9.4__tar.gz → 0.9.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/PKG-INFO +4 -2
  2. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/README.md +3 -1
  3. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/utils.py +8 -0
  4. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/PKG-INFO +4 -2
  5. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/setup.py +1 -1
  6. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/CODE_OF_CONDUCT.md +0 -0
  7. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/CONTRIBUTING.md +0 -0
  8. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/LICENSE +0 -0
  9. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/MANIFEST.in +0 -0
  10. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/THIRD_PARTY_NOTICES.md +0 -0
  11. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/__init__.py +0 -0
  12. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/api.py +0 -0
  13. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/__init__.py +0 -0
  14. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/decorators.py +0 -0
  15. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/functions.py +0 -0
  16. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/integrations.py +0 -0
  17. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/layers.py +0 -0
  18. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/otel_ingestions.py +0 -0
  19. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cli/subscriptions.py +0 -0
  20. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/cliutils.py +0 -0
  21. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/functions.py +0 -0
  22. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/integrations.py +0 -0
  23. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/layers.py +0 -0
  24. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/otel_ingestions.py +0 -0
  25. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/permissions.py +0 -0
  26. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/subscriptions.py +0 -0
  27. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/templates/import-template.yaml +0 -0
  28. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/templates/license-key-secret.yaml +0 -0
  29. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/templates/nr-lambda-integration-role.yaml +0 -0
  30. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli/types.py +0 -0
  31. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/SOURCES.txt +0 -0
  32. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/dependency_links.txt +0 -0
  33. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/entry_points.txt +0 -0
  34. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/not-zip-safe +0 -0
  35. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/requires.txt +0 -0
  36. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/newrelic_lambda_cli.egg-info/top_level.txt +0 -0
  37. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/pyproject.toml +0 -0
  38. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/setup.cfg +0 -0
  39. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_api.py +0 -0
  40. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_functions.py +0 -0
  41. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_integrations.py +0 -0
  42. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_layers.py +0 -0
  43. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_new_relic_gql.py +0 -0
  44. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_permissions.py +0 -0
  45. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_subscriptions.py +0 -0
  46. {newrelic_lambda_cli-0.9.4 → newrelic_lambda_cli-0.9.5}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: newrelic-lambda-cli
3
- Version: 0.9.4
3
+ Version: 0.9.5
4
4
  Summary: A CLI to install the New Relic AWS Lambda integration and layers.
5
5
  Home-page: https://github.com/newrelic/newrelic-lambda-cli
6
6
  Author: New Relic
@@ -17,7 +17,7 @@ Requires-Dist: tabulate
17
17
 
18
18
  [![Community Plus header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Plus.png)](https://opensource.newrelic.com/oss-category/#community-plus)
19
19
 
20
- # newrelic-lambda-cli [![Build Status](https://circleci.com/gh/newrelic/newrelic-lambda-cli.svg?style=svg)](https://circleci.com/gh/newrelic/newrelic-lambda-cli) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
20
+ # newrelic-lambda-cli [![Build Status](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml/badge.svg)](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
21
21
 
22
22
  A CLI to install the New Relic AWS Lambda integration and layers.
23
23
 
@@ -63,6 +63,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
63
63
  * nodejs16.x
64
64
  * nodejs18.x
65
65
  * nodejs20.x
66
+ * nodejs22.x
66
67
  * provided
67
68
  * provided.al2
68
69
  * provided.al2023
@@ -72,6 +73,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
72
73
  * python3.10
73
74
  * python3.11
74
75
  * python3.12
76
+ * python3.13
75
77
  * ruby3.2
76
78
  * ruby3.3
77
79
 
@@ -1,6 +1,6 @@
1
1
  [![Community Plus header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Plus.png)](https://opensource.newrelic.com/oss-category/#community-plus)
2
2
 
3
- # newrelic-lambda-cli [![Build Status](https://circleci.com/gh/newrelic/newrelic-lambda-cli.svg?style=svg)](https://circleci.com/gh/newrelic/newrelic-lambda-cli) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
3
+ # newrelic-lambda-cli [![Build Status](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml/badge.svg)](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
4
4
 
5
5
  A CLI to install the New Relic AWS Lambda integration and layers.
6
6
 
@@ -46,6 +46,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
46
46
  * nodejs16.x
47
47
  * nodejs18.x
48
48
  * nodejs20.x
49
+ * nodejs22.x
49
50
  * provided
50
51
  * provided.al2
51
52
  * provided.al2023
@@ -55,6 +56,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
55
56
  * python3.10
56
57
  * python3.11
57
58
  * python3.12
59
+ * python3.13
58
60
  * ruby3.2
59
61
  * ruby3.3
60
62
 
@@ -40,6 +40,10 @@ RUNTIME_CONFIG = {
40
40
  "Handler": "newrelic-lambda-wrapper.handler",
41
41
  "LambdaExtension": True,
42
42
  },
43
+ "nodejs22.x": {
44
+ "Handler": "newrelic-lambda-wrapper.handler",
45
+ "LambdaExtension": True,
46
+ },
43
47
  "provided": {"LambdaExtension": True},
44
48
  "provided.al2": {"LambdaExtension": True},
45
49
  "provided.al2023": {"LambdaExtension": True},
@@ -67,6 +71,10 @@ RUNTIME_CONFIG = {
67
71
  "Handler": "newrelic_lambda_wrapper.handler",
68
72
  "LambdaExtension": True,
69
73
  },
74
+ "python3.13": {
75
+ "Handler": "newrelic_lambda_wrapper.handler",
76
+ "LambdaExtension": True,
77
+ },
70
78
  "ruby3.2": {
71
79
  "Handler": "newrelic_lambda_wrapper.handler",
72
80
  "LambdaExtension": True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: newrelic-lambda-cli
3
- Version: 0.9.4
3
+ Version: 0.9.5
4
4
  Summary: A CLI to install the New Relic AWS Lambda integration and layers.
5
5
  Home-page: https://github.com/newrelic/newrelic-lambda-cli
6
6
  Author: New Relic
@@ -17,7 +17,7 @@ Requires-Dist: tabulate
17
17
 
18
18
  [![Community Plus header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Plus.png)](https://opensource.newrelic.com/oss-category/#community-plus)
19
19
 
20
- # newrelic-lambda-cli [![Build Status](https://circleci.com/gh/newrelic/newrelic-lambda-cli.svg?style=svg)](https://circleci.com/gh/newrelic/newrelic-lambda-cli) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
20
+ # newrelic-lambda-cli [![Build Status](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml/badge.svg)](https://github.com/newrelic/newrelic-lambda-cli/actions/workflows/build-test-release.yml) [![Coverage](https://codecov.io/gh/newrelic/newrelic-lambda-cli/branch/master/graph/badge.svg?token=1Rl7h0O1JJ)](https://codecov.io/gh/newrelic/newrelic-lambda-cli)
21
21
 
22
22
  A CLI to install the New Relic AWS Lambda integration and layers.
23
23
 
@@ -63,6 +63,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
63
63
  * nodejs16.x
64
64
  * nodejs18.x
65
65
  * nodejs20.x
66
+ * nodejs22.x
66
67
  * provided
67
68
  * provided.al2
68
69
  * provided.al2023
@@ -72,6 +73,7 @@ A CLI to install the New Relic AWS Lambda integration and layers.
72
73
  * python3.10
73
74
  * python3.11
74
75
  * python3.12
76
+ * python3.13
75
77
  * ruby3.2
76
78
  * ruby3.3
77
79
 
@@ -6,7 +6,7 @@ README = open(os.path.join(os.path.dirname(__file__), "README.md"), "r").read()
6
6
 
7
7
  setup(
8
8
  name="newrelic-lambda-cli",
9
- version="0.9.4",
9
+ version="0.9.5",
10
10
  python_requires=">=3.3",
11
11
  description="A CLI to install the New Relic AWS Lambda integration and layers.",
12
12
  long_description=README,