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 e9b2408
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scripts/aws/cfn/microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,23 @@ 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
AlarmArns: !Join
- ','
- - !GetAtt MandateMicroservice.Outputs.AutoScalingAlarmArn

0 comments on commit e9b2408

Please sign in to comment.