{
  "id": "aws-messaging-choice",
  "chapter": "messaging-events-and-streaming",
  "batch": "01",
  "rank": 4,
  "sourcePage": 69,
  "sourcePointer": "p. 69",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "data-flow",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "semantic redraw",
      "preserve major box and arrow meaning",
      "do not copy original pixels or wording"
    ],
    "publicBoundary": [
      "original vector output",
      "short generic labels only",
      "source renders remain ignored"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Topic",
      "concept: Event Bus",
      "concept: Vs",
      "concept: Messaging Events and Streaming"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "title": "Cloud Messaging Choice Map",
  "groups": [
    {
      "id": "sources",
      "label": "Event source",
      "x": 42,
      "y": 116,
      "w": 180,
      "h": 350
    },
    {
      "id": "routers",
      "label": "Routing choices",
      "x": 276,
      "y": 116,
      "w": 410,
      "h": 350
    },
    {
      "id": "consumers",
      "label": "Consumers",
      "x": 742,
      "y": 116,
      "w": 170,
      "h": 350
    }
  ],
  "shapes": [
    {
      "id": "producer",
      "kind": "rect",
      "label": "Producer",
      "detail": "fact or job",
      "x": 78,
      "y": 250,
      "w": 112,
      "h": 70,
      "tone": "blue"
    },
    {
      "id": "sqs",
      "kind": "queue",
      "label": "SQS",
      "detail": "work queue",
      "x": 316,
      "y": 150,
      "w": 128,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "sns",
      "kind": "circle",
      "label": "SNS",
      "detail": "fanout",
      "x": 516,
      "y": 132,
      "w": 92,
      "h": 92,
      "tone": "green"
    },
    {
      "id": "eventbridge",
      "kind": "gateway",
      "label": "EventBridge",
      "detail": "rules",
      "x": 326,
      "y": 298,
      "w": 146,
      "h": 92,
      "tone": "orange"
    },
    {
      "id": "kinesis",
      "kind": "queue",
      "label": "Kinesis",
      "detail": "stream",
      "x": 524,
      "y": 318,
      "w": 128,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "consumer",
      "kind": "rect",
      "label": "Consumer",
      "detail": "worker app",
      "x": 776,
      "y": 252,
      "w": 112,
      "h": 70,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "producer",
      "to": "sqs",
      "label": "job",
      "flow": "async"
    },
    {
      "from": "producer",
      "to": "sns",
      "label": "broadcast",
      "flow": "data"
    },
    {
      "from": "producer",
      "to": "eventbridge",
      "label": "event",
      "flow": "control"
    },
    {
      "from": "producer",
      "to": "kinesis",
      "label": "record",
      "flow": "data"
    },
    {
      "from": "eventbridge",
      "to": "consumer",
      "label": "route",
      "flow": "main"
    }
  ]
}
