Containers

Jiten Dedhia

Author: Jiten Dedhia

Jiten is a leader in AI at Amazon Web Services (AWS), specializing in agentic AI for the advertising and marketing sector. He brings experience working with clients across financial services, life sciences, and telecom industries. He partners with C-suite leaders on AI strategy and transformation while guiding technical teams through enterprise-scale generative AI implementations.

Optimize webSocket applications scaling with API Gateway on Amazon EKS

Introduction WebSocket is a common communication protocol used in web applications to facilitate real-time bi-directional data exchange between client and server. However, when the server has to maintain a direct connection with the client, it can limit the server’s ability to scale down when there are long-running clients. This scale down can occur when nodes […]