Please enable JavaScript.
Coggle requires JavaScript to display documents.
random, Including "Importance" in config results - Coggle Diagram
random
Including "Importance" in config results
Goal
ゴール
To direct users on what rules/notifications are important to the company and how to prioritize them
どのルール/通知が会社にとって重要であり、どのようにそれらに優先順位を付けるかについてユーザーに指示する
Options
オプション
Create a lookup table
Look upテーブルを作成する
Use tagging
タグを使用する
will need to call API every time since tag data is not included in passed info
渡された情報にタグデータが含まれていないため、毎回APIを呼び出す必要があります
we only update from one place
1つの場所からのみ更新します
Not supported through organization config rules
Organization Configルールではサポートされていません
OR we design a synching process
または、同期プロセスを設計します
S3(API)
Will need to create new object either from aggregator or platform
aggregator-terraformまたはplatform-terraformから新しいaws_s3_objectを作成する必要があります
Will always be downloaded during lambda call to prevent mismatch from changes in aggregator
aggregator-terraformの変更による不一致を防ぐために、Lambda呼び出し中に常にダウンロードされます
local
Will need to place document in platform-terraform separate from aggregator-terraform
ドキュメントをaggregator-terraformとは別のplatform-terraformに配置する必要があります
Will need to change platform-terraform file whenever there is change in rules in aggregator-terraform
aggregator-terraformのルールに変更がある場合は常に、platform-terraformファイルを変更する必要があります
database
dynamodb
elasticsearch
CRUD design
Will need to develop a different workflow for this
別のワークフローを開発する必要があります