Skip to content

How do I integrate WebSocket APIs with API Gateway and other AWS services?

1 minute read
0

I want to know how to integrate WebSocket APIs with Amazon API Gateway and other AWS services.

Resolution

To integrate WebSocket APIs with API Gateway and other AWS services, set up a WebSocket API integration request in API Gateway.

If you configured your WebSocket route for two-way communication, then you can use the API Gateway console to set up an integration response.

Related information

Set up route responses for WebSocket APIs in API Gateway

Amazon API Gateway important notes for REST and WebSocket APIs

Tutorial: Create a WebSocket chat app with a WebSocket API, AWS Lambda and Amazon DynamoDB

Tutorial: Create a WebSocket API with an AWS integration