diff --git a/pyproject.toml b/pyproject.toml index 2e2343a..ae08042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-log-ingestion" -version = "2.7.1" +version = "2.8.0" description = "" authors = ["New Relic "] license = "Apache 2.0" diff --git a/template.yaml b/template.yaml index 166d5e9..31542b5 100644 --- a/template.yaml +++ b/template.yaml @@ -62,7 +62,7 @@ Metadata: LicenseUrl: LICENSE ReadmeUrl: README.md HomePageUrl: https://github.com/newrelic/aws-log-ingestion - SemanticVersion: 2.7.1 + SemanticVersion: 2.8.0 SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion Resources: @@ -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 @@ -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