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 35c703e commit 999d2faCopy full SHA for 999d2fa
test/lambda/template.yaml
@@ -41,16 +41,6 @@ Resources:
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
54
Outputs:
55
MongoDBApi:
56
Description: API Gateway endpoint URL for Prod stage for MongoDB function
0 commit comments