Skip to content

Commit

Permalink
feat: Allow installing the integration more than once per account and…
Browse files Browse the repository at this point in the history
… region
  • Loading branch information
jcsobrino committed Jul 27, 2023
1 parent 1043b44 commit de0271f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-log-ingestion"
version = "2.7.1"
version = "2.7.2"
description = ""
authors = ["New Relic <[email protected]>"]
license = "Apache 2.0"
Expand Down
6 changes: 3 additions & 3 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Metadata:
LicenseUrl: LICENSE
ReadmeUrl: README.md
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
SemanticVersion: 2.7.1
SemanticVersion: 2.7.2
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion

Resources:
Expand All @@ -74,7 +74,7 @@ Resources:
CodeUri: src/
Description: Sends log data from CloudWatch Logs to New Relic Infrastructure (Cloud integrations) and New Relic Logging
Handler: function.lambda_handler
FunctionName: newrelic-log-ingestion
FunctionName: !Join ['-', ['newrelic-log-ingestion', !Select [4, !Split ['-', !Select [2, !Split ['/', !Ref AWS::StackId]]]]]]
MemorySize:
Ref: MemorySize
Runtime: python3.9
Expand All @@ -96,7 +96,7 @@ Resources:
CodeUri: src/
Description: Sends log data from CloudWatch Logs to New Relic Infrastructure (Cloud integrations) and New Relic Logging
Handler: function.lambda_handler
FunctionName: newrelic-log-ingestion
FunctionName: !Join ['-', ['newrelic-log-ingestion', !Select [4, !Split ['-', !Select [2, !Split ['/', !Ref AWS::StackId]]]]]]
MemorySize:
Ref: MemorySize
Runtime: python3.9
Expand Down

0 comments on commit de0271f

Please sign in to comment.