Integrate Internal Services

Use when one backend service calls or consumes from another inside the same platform — synchronous RPC (a uniform request/response envelope + server-side message handlers), SNS→SQS event fan-out (one topic → many subscriber queues), async-consumer robustness (ack vs DLQ + lifecycle hooks), cross-service reads (batch + cache, no network N+1), identity/context propagation across hops, and the worker/consumer service shape (no HTTP, graceful drain). NestJS/TS reference, framework-flexible. Complements write-service-code §6 (single producer→consumer events) and §9 (client-proxy lifecycle).

kennguyen887 dd9a1a2 11.3 KB Updated

File contents

kennguyen887/agent-foundation/tree/main/skills/integrate-internal-services commit dd9a1a2cc9

Frequently asked questions

npx skillmds@latest add kennguyen887/integrate-internal-services