Back to Basics: Building Serverless Async Webapps Using API Gateway and Websockets

preview_player
Показать описание
WebSocket’s can enable true asynchronous bi-directional communication between client and servers. Join Sidhartha as he further explores a serverless architecture leveraging API Gateway, Lambda and DynamoDB to implement a web socket API on AWS.

Additional Resources:

Check out more resources for architecting in the #AWS cloud:

#AWS #AmazonWebServices #CloudComputing #BacktoBasics #Websockets
Рекомендации по теме
Комментарии
Автор

Hi, is there a way to prevent packets from the processing Lambda to the WebSocket API Gateway (callback to the client) from being routed through the public internet? I want to send call back to client from a private EC2 to web socket api gateway through the AWS private network.

NisalPadukka