Amazon API Gateway WebSocket APIs now available in 7 additional AWS Regions

Posted on: Jul 1, 2024

Today, Amazon API Gateway has expanded the availability of WebSocket APIs to 7 additional AWS Regions: Asia Pacific (Jakarta), Europe (Zurich), Europe (Spain), Asia Pacific (Hyderabad), Asia Pacific (Melbourne), Israel (Tel Aviv), and Canada West (Calgary). With this launch, customers can build APIs with real-time bi-directional communication across all commercial AWS Regions.

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. WebSocket APIs enable real-time bi-directional communication, resulting in richer client-server interactions where services can push data to clients without requiring clients to make an explicit request. They are often used in real-time applications such as chat applications, collaboration platforms, multiplayer games, and financial trading platforms. WebSocket APIs have routes that can be integrated with backend HTTP endpoints, Lambda functions, or other AWS services.

For WebSocket APIs, you pay only for messages sent and received and the total number of connection minutes. You can create WebSocket APIs through AWS Console and CLI, CloudFormation (CFN), Serverless Application Model (SAM), Cloud Development Kit (CDK) and SDKs. To learn more, visit the API Gateway developer guide.