Skip to content

Commit

Permalink
enh: arch
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Sep 27, 2024
1 parent 2f02b17 commit 4b0585b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified assets/erfiume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions pulumi/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
graph_attr = {
"layout": "dot",
"splines": "curved",
"bgcolor": "transparent",
# "bgcolor": "transparent",
"beautify": "true",
"center": "true",
"margin": "-1.2,-1.9",
}


Expand All @@ -39,7 +40,7 @@
api_gw = APIGateway("API Gateway")
scheduler = Scheduler("every 24h or 15m")

user >> Edge(label="/command") >> bot
user >> Edge(label="send command") >> bot
bot >> Edge(label="trigger webhook") >> cf
cf << api_gw >> Edge(label="invoke lambda") >> erfiume_bot
erfiume_bot >> Edge(label="fetch information") >> stations
Expand Down

0 comments on commit 4b0585b

Please sign in to comment.