Join Slack
Powered by
So more an inquiry, what SST constructor do we hav...
# help
e
Ernie Francis
02/22/2022, 7:14 PM
So more an inquiry, what SST constructor do we have that handles PUB/SUB requests? (outside of GraphQL if possible)
g
Garret Harp
02/22/2022, 8:01 PM
Don't even think SST's constructs have any graphql helpers for the subscription resolvers. But it depends what exactly you want from the pub/sub. Theres a 2 main ways for pub/sub • Topic:
https://docs.serverless-stack.com/constructs/Topic
• EventBus:
https://docs.serverless-stack.com/constructs/EventBus
Or theres Queue (not pub/sub but rather polling)
https://docs.serverless-stack.com/constructs/Queue
Open in Slack
Previous
Next