Slide 30
Slide 30 text
構成図(PlantUML)
https://plantuml.com/ja/
シーケンス図, ユースケース図, クラス図, オブジェクト図, アクティビティ図, コンポーネント図 etc
コードなので、レビューが簡単、プッシュ時に画像生成も可能
Client(clientUser, "[User] Client", "")
Office(office, "[User] Microsoft365", "") {
Teams(teams, "Teams", "") {
}
}
Azure(azure, [WHI] Azure ,"") {
AzureBotService(azureBotService, "Azure Bot Service", "")
}
Cloudalt(company, "[WHI] COMPANY", "") {
APIGateway(botApiGateway, "API Gateway", "")
Lambda(botLambda, "Lambda", "")
DynamoDB(botDynamoDB, "DynamoDB", "")
EC2(companyEC2, "EC2", "")
}
clientUser 0--> teams
teams 0--> azureBotService
azureBotService 0--> botApiGateway
botApiGateway 0--> botLambda
botLambda 0--> botDynamoDB
botApiGateway 0--> companyEC2
Qiita Engineer Summit 2021 Winter
Copyright 2021 Works Human Intelligence Co., Ltd 30