newrelic-lambda-cli 0.9.15__tar.gz → 0.9.16__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 (48) hide show
  1. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/PKG-INFO +3 -3
  2. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/README.md +2 -2
  3. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/utils.py +8 -0
  4. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/PKG-INFO +3 -3
  5. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/setup.py +1 -1
  6. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/CODE_OF_CONDUCT.md +0 -0
  7. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/CONTRIBUTING.md +0 -0
  8. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/LICENSE +0 -0
  9. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/MANIFEST.in +0 -0
  10. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/THIRD_PARTY_NOTICES.md +0 -0
  11. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/__init__.py +0 -0
  12. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/api.py +0 -0
  13. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/apm.py +0 -0
  14. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/__init__.py +0 -0
  15. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/apm.py +0 -0
  16. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/decorators.py +0 -0
  17. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/functions.py +0 -0
  18. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/integrations.py +0 -0
  19. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/layers.py +0 -0
  20. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/otel_ingestions.py +0 -0
  21. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cli/subscriptions.py +0 -0
  22. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/cliutils.py +0 -0
  23. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/functions.py +0 -0
  24. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/integrations.py +0 -0
  25. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/layers.py +0 -0
  26. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/otel_ingestions.py +0 -0
  27. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/permissions.py +0 -0
  28. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/subscriptions.py +0 -0
  29. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/templates/import-template.yaml +0 -0
  30. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/templates/license-key-secret.yaml +0 -0
  31. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/templates/nr-lambda-integration-role.yaml +0 -0
  32. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli/types.py +0 -0
  33. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/SOURCES.txt +0 -0
  34. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/dependency_links.txt +0 -0
  35. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/entry_points.txt +0 -0
  36. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/not-zip-safe +0 -0
  37. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/requires.txt +0 -0
  38. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/newrelic_lambda_cli.egg-info/top_level.txt +0 -0
  39. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/pyproject.toml +0 -0
  40. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/setup.cfg +0 -0
  41. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_api.py +0 -0
  42. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_functions.py +0 -0
  43. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_integrations.py +0 -0
  44. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_layers.py +0 -0
  45. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_new_relic_gql.py +0 -0
  46. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_permissions.py +0 -0
  47. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_subscriptions.py +0 -0
  48. {newrelic_lambda_cli-0.9.15 → newrelic_lambda_cli-0.9.16}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: newrelic-lambda-cli
3
- Version: 0.9.15
3
+ Version: 0.9.16
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
@@ -64,8 +64,8 @@ A CLI to install the New Relic AWS Lambda integration and layers.
64
64
 
65
65
  | Runtime | Versions |
66
66
  |-------------|------------------------|
67
- | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13` |
68
- | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x` |
67
+ | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13`, `python3.14` |
68
+ | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x`, `nodejs24.x` |
69
69
  | .NET | `dotnet6`, `dotnet8` |
70
70
  | Java | `java8.al2`, `java11`, `java17`, `java21` |
71
71
  | Provided | `provided.al2`, `provided.al2023` |
@@ -38,8 +38,8 @@ A CLI to install the New Relic AWS Lambda integration and layers.
38
38
 
39
39
  | Runtime | Versions |
40
40
  |-------------|------------------------|
41
- | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13` |
42
- | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x` |
41
+ | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13`, `python3.14` |
42
+ | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x`, `nodejs24.x` |
43
43
  | .NET | `dotnet6`, `dotnet8` |
44
44
  | Java | `java8.al2`, `java11`, `java17`, `java21` |
45
45
  | Provided | `provided.al2`, `provided.al2023` |
@@ -44,6 +44,10 @@ RUNTIME_CONFIG = {
44
44
  "Handler": "newrelic-lambda-wrapper.handler",
45
45
  "LambdaExtension": True,
46
46
  },
47
+ "nodejs24.x": {
48
+ "Handler": "newrelic-lambda-wrapper.handler",
49
+ "LambdaExtension": True,
50
+ },
47
51
  "provided": {"LambdaExtension": True},
48
52
  "provided.al2": {"LambdaExtension": True},
49
53
  "provided.al2023": {"LambdaExtension": True},
@@ -75,6 +79,10 @@ RUNTIME_CONFIG = {
75
79
  "Handler": "newrelic_lambda_wrapper.handler",
76
80
  "LambdaExtension": True,
77
81
  },
82
+ "python3.14": {
83
+ "Handler": "newrelic_lambda_wrapper.handler",
84
+ "LambdaExtension": True,
85
+ },
78
86
  "ruby3.2": {
79
87
  "Handler": "newrelic_lambda_wrapper.handler",
80
88
  "LambdaExtension": True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: newrelic-lambda-cli
3
- Version: 0.9.15
3
+ Version: 0.9.16
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
@@ -64,8 +64,8 @@ A CLI to install the New Relic AWS Lambda integration and layers.
64
64
 
65
65
  | Runtime | Versions |
66
66
  |-------------|------------------------|
67
- | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13` |
68
- | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x` |
67
+ | Python | `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13`, `python3.14` |
68
+ | Node.js | `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x`, `nodejs24.x` |
69
69
  | .NET | `dotnet6`, `dotnet8` |
70
70
  | Java | `java8.al2`, `java11`, `java17`, `java21` |
71
71
  | Provided | `provided.al2`, `provided.al2023` |
@@ -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.15",
9
+ version="0.9.16",
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,