Skip to content

Commit 58572de

Browse files
durrandariakp
andauthored
test(DRIVERS-3096): remove app insights from deployed lambda tests (#4395)
Co-authored-by: Daria Pardue <daria.pardue@mongodb.com>
1 parent 33cc239 commit 58572de

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

test/lambda/template.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,6 @@ Resources:
3030
Properties:
3131
Path: /mongodb
3232
Method: get
33-
34-
ApplicationResourceGroup:
35-
Type: AWS::ResourceGroups::Group
36-
Properties:
37-
Name:
38-
Fn::Join:
39-
- ''
40-
- - ApplicationInsights-SAM-
41-
- Ref: AWS::StackName
42-
ResourceQuery:
43-
Type: CLOUDFORMATION_STACK_1_0
44-
ApplicationInsightsMonitoring:
45-
Type: AWS::ApplicationInsights::Application
46-
Properties:
47-
ResourceGroupName:
48-
Fn::Join:
49-
- ''
50-
- - ApplicationInsights-SAM-
51-
- Ref: AWS::StackName
52-
AutoConfigurationEnabled: 'true'
53-
DependsOn: ApplicationResourceGroup
5433
Outputs:
5534
MongoDBApi:
5635
Description: API Gateway endpoint URL for Prod stage for MongoDB function

0 commit comments

Comments
 (0)