We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cc239 commit 58572deCopy full SHA for 58572de
test/lambda/template.yaml
@@ -30,27 +30,6 @@ Resources:
30
Properties:
31
Path: /mongodb
32
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
47
- ResourceGroupName:
48
49
50
51
52
- AutoConfigurationEnabled: 'true'
53
- DependsOn: ApplicationResourceGroup
54
Outputs:
55
MongoDBApi:
56
Description: API Gateway endpoint URL for Prod stage for MongoDB function
0 commit comments