Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logging-firehose-metric-polling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Resources:
NewrelicMetricsPollingStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-polling.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-polling.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion logging-firehose-metric-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Resources:
NewrelicMetricsStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-mstreams.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-mstreams.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion logging-lambda-firehose-metric-polling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Resources:
NewrelicMetricsPollingStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-polling.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-polling.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion logging-lambda-firehose-metric-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Resources:
NewrelicMetricsStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-mstreams.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-mstreams.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion logging-lambda-metric-polling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Resources:
NewrelicMetricsPollingStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-polling.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-polling.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion logging-lambda-metric-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Resources:
NewrelicMetricsStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-mstreams.yml
TemplateURL: https://nr-downloads-main.s3.us-east-1.amazonaws.com/cloud_integrations/aws/testing-logging/newrelic-cloudformation-mstreams.yml
Parameters:
IAMRoleName: !Ref IAMRoleName
NewRelicAccountId: !Ref NewRelicAccountId
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ require (

module github.com/newrelic/aws-unified-lambda-logging

go 1.24.4
go 1.25.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

Loading