模板 / flowchart

无服务器函数架构

API 网关路由到多个 Lambda 函数,背后共享一张数据表和一个事件主题。

在 Studio 中打开

预览

Mermaid 11 渲染器

正在渲染预览...

Mermaid 源码

flowchart

flowchart TD
    client[Client request] --> apiGw[API gateway]
    apiGw --> fn1[Lambda: create order]
    apiGw --> fn2[Lambda: get order]
    fn1 --> db[(Orders table)]
    fn2 --> db
    fn1 --> topic[[SNS topic: order created]]
    topic --> fn3[Lambda: send confirmation email]

更多模板