AWS是否準備好大規模提供無伺服器WebSocket? (英國西蒙·塔博爾)



https://jeeconf.com/program/is-aws-ready-to-provide-serverless-websockets-at-scale/

到目前為止,構建WebSocket服務應該很容易,但是仍然非常困難。隨著AWS AppSync和API網關的WebSockets的推出,我們可以使用無伺服器技術構建大規模的WebSockets服務嗎?我們可以採取哪些步驟來構建具有全球彈性的解決方案? 。

4 comments
  1. Really nice presentation! Thanks for the insights in all these services.

    Since you didn't got ask any questions, I have a few easy ones:

    – Did you guys considered using Google Firestore service?
    It provides real time updates to subscribers and it is meant to scale pretty nicely.

    – In the final architecture, the lambda that triggers after AWS Gateway requests, writes into DB and then publish to an SNS topic. Did you explore using DynamoDB stream subscription to replace SNS topics?
    It provides a really nice integration with Lambda and out-of-the-box retry functionality.

    – Is your ECS solution running Fargate or EC2?

    Thanks and again really nice talk!

Comments are closed.