Trigger AppSync Subscriptions with EventBridge targets
AWS AppSync is a managed graphQL service that comes with built-in websockets so applications can subscribe to real-time updates. Oftentimes, this means something like, "When someone adds a todo, let any subscriber see the new todo." But the actual us...
Mar 4, 20228 min read2.9K


