{
  "type": "excalidraw",
  "version": 2,
  "source": "calculatecost4",
  "elements": [
    {"type":"rectangle","x":340,"y":30,"width":320,"height":60,"strokeColor":"#1971c2","backgroundColor":"#a5d8ff","fillStyle":"solid","label":{"text":"API Gateway\nPOST /calculatecost4"}},
    {"type":"rectangle","x":340,"y":130,"width":320,"height":60,"strokeColor":"#2f9e44","backgroundColor":"#b2f2bb","fillStyle":"solid","label":{"text":"handler.py\n(Lambda entry point)"}},
    {"type":"rectangle","x":80,"y":260,"width":200,"height":180,"strokeColor":"#e8590c","backgroundColor":"#ffe8cc","fillStyle":"solid","label":{"text":"core/ (pure Python)\n\nOrder\nProduct\nCostCalculator\ntotals, weight,\nshipping_calc"}},
    {"type":"rectangle","x":340,"y":260,"width":200,"height":180,"strokeColor":"#862e9c","backgroundColor":"#eebefa","fillStyle":"solid","label":{"text":"interfaces/\n\nPricingService\nProductLookupService\nShippingPriceService\nCouponService\nVoucherService\nControlledProductService"}},
    {"type":"rectangle","x":600,"y":260,"width":240,"height":180,"strokeColor":"#c92a2a","backgroundColor":"#ffc9c9","fillStyle":"solid","label":{"text":"adapters/\n\nDynamoDBPricing\nDynamoDBProduct\nHTTPShipping\nLambdaCoupon\nLambdaVoucher\nHTTPControlled"}},
    {"type":"rectangle","x":600,"y":500,"width":240,"height":120,"strokeColor":"#495057","backgroundColor":"#dee2e6","fillStyle":"solid","label":{"text":"External Services\n(Account 394922924679)\n\nDynamoDB, Lambda,\nHTTP APIs"}},
    {"type":"rectangle","x":80,"y":500,"width":200,"height":60,"strokeColor":"#495057","backgroundColor":"#dee2e6","fillStyle":"solid","label":{"text":"cross_account.py\nSTS AssumeRole"}},
    {"type":"arrow","x":500,"y":90,"width":0,"height":40,"strokeColor":"#1971c2","label":{"text":"event"}},
    {"type":"arrow","x":500,"y":190,"width":0,"height":70,"strokeColor":"#2f9e44","label":{"text":"wires adapters"}},
    {"type":"arrow","x":280,"y":350,"width":60,"height":0,"strokeColor":"#e8590c","label":{"text":"depends on"}},
    {"type":"arrow","x":540,"y":350,"width":60,"height":0,"strokeColor":"#862e9c","label":{"text":"implements"}},
    {"type":"arrow","x":720,"y":440,"width":0,"height":60,"strokeColor":"#c92a2a","label":{"text":"calls"}},
    {"type":"arrow","x":280,"y":460,"width":0,"height":60,"strokeColor":"#495057","label":{"text":"uses"}}
  ],
  "appState": {"viewBackgroundColor":"#ffffff"}
}
