From 999d2fae916d96423499ba0e7a87bac9b1d2c723 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Mon, 3 Feb 2025 16:00:02 +0100 Subject: [PATCH 1/2] test: remove app insights --- test/lambda/template.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/lambda/template.yaml b/test/lambda/template.yaml index ac85abeab14..2c0a0ce779a 100644 --- a/test/lambda/template.yaml +++ b/test/lambda/template.yaml @@ -41,16 +41,6 @@ Resources: - Ref: AWS::StackName ResourceQuery: Type: CLOUDFORMATION_STACK_1_0 - ApplicationInsightsMonitoring: - Type: AWS::ApplicationInsights::Application - Properties: - ResourceGroupName: - Fn::Join: - - '' - - - ApplicationInsights-SAM- - - Ref: AWS::StackName - AutoConfigurationEnabled: 'true' - DependsOn: ApplicationResourceGroup Outputs: MongoDBApi: Description: API Gateway endpoint URL for Prod stage for MongoDB function From 06881efee9d27b184fffa5950253a2927e60bef4 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Mon, 3 Feb 2025 20:12:25 +0100 Subject: [PATCH 2/2] test: remove app reqource group --- test/lambda/template.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/lambda/template.yaml b/test/lambda/template.yaml index 2c0a0ce779a..c7756517f5b 100644 --- a/test/lambda/template.yaml +++ b/test/lambda/template.yaml @@ -30,17 +30,6 @@ Resources: Properties: Path: /mongodb Method: get - - ApplicationResourceGroup: - Type: AWS::ResourceGroups::Group - Properties: - Name: - Fn::Join: - - '' - - - ApplicationInsights-SAM- - - Ref: AWS::StackName - ResourceQuery: - Type: CLOUDFORMATION_STACK_1_0 Outputs: MongoDBApi: Description: API Gateway endpoint URL for Prod stage for MongoDB function