Send data from backend services to connected clients - Amazon API Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Send data from backend services to connected clients

API Gateway WebSocket APIs offer the following ways for you to send data from backend services to connected clients:

  • An integration can send a response, which is returned to the client by a route response that you have defined.

  • You can use the @connections API to send a POST request. For more information, see Use @connections commands in your backend service.