Serverless WebsocketsΒΆ

Websocket pushes can be performed with a callback URL and message:

from awstin.apigateway.websocket import Websocket


Websocket("endpoint_url", stage="dev").send("callback_url", "message")