Skip to content

Commit

Permalink
PN-2051 microservices dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele De Simone committed Sep 14, 2022
1 parent 32fd768 commit 247da7a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/aws/cfn/microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,20 @@ Resources:
WAFRuleVendors: "AWS, AWS, AWS, AWS"
WAFRuleNames: "AWSManagedRulesBotControlRuleSet, AWSManagedRulesKnownBadInputsRuleSet, AWSManagedRulesAdminProtectionRuleSet, AWSManagedRulesCommonRuleSet"
APIGatewayARNs: !GetAtt MandateMicroservicePublicWebAPI.Outputs.APIGatewayARN

MandateMicroserviceCloudWatchDashboard:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: !Sub "${TemplateBucketBaseUrl}/fragments/microservice-cloudwatch-dashboard.yaml"
Parameters:
DashboardName: !Sub "${ProjectName}-mandate"
DynamoDBArns: !Join
- ','
- - !Ref MandatesDynamoTableArn
- !Ref MandatesDynamoTableHistoryArn
RestApiStageArns: !Join
- ','
- - !GetAtt MandateMicroservicePublicWebAPI.Outputs.RestApiStageArn
RestApiNames: !Join
- ','
- - !GetAtt MandateMicroservicePublicWebAPI.Outputs.RestApiName

0 comments on commit 247da7a

Please sign in to comment.