简体   繁体   中英

Does AWS API Gateway websocket need load balancer to handle traffics?

I am building a chat application and I've decided to go with AWS API Gateway websocket & lambda functions. Do I really need load balancer to handle the traffic or lambda will take care of its own.

Thanks,

Api gateway and lambda scale automatically. You don't have to explicitly create any load balancers for that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM