diff --git a/test/lambda/template.yaml b/test/lambda/template.yaml index ac85abeab14..c7756517f5b 100644 --- a/test/lambda/template.yaml +++ b/test/lambda/template.yaml @@ -30,27 +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 - 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