- Building Serverless Web Applications
- Diego Zanon
- 140字
- 2021-07-15 17:31:30
AWS IoT
AWS IoT (Internet of Things) will be used in our solution to handle serverless notifications. Although the name indicates the usage of IoT devices, we will use this service exclusively for users connected through browsers. This is becasuse hooking a web page into a notification service to receive updates, through a subscription mechanism and not data polling, requires the usage of WebSockets, which are supported by IoT and not supported by Amazon SNS. So, although the IoT name may sound as a strange choice, we will use it because it is the only AWS service capable of handling our use case.
AWS IoT implements the publish-subscribe pattern using the Message Queuing Telemetry Transport (MQTT) protocol. We will see code examples in Chapter 9, Handling Serverless Notifications, while implementing live comments for product review pages of our sample website.
- DBA攻堅指南:左手Oracle,右手MySQL
- PyQt從入門到精通
- TestNG Beginner's Guide
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- INSTANT MinGW Starter
- 青少年學Python(第1冊)
- Extreme C
- 代替VBA!用Python輕松實現(xiàn)Excel編程
- Scala編程(第5版)
- Python+Office:輕松實現(xiàn)Python辦公自動化
- Java程序設計教程
- TypeScript圖形渲染實戰(zhàn):2D架構(gòu)設計與實現(xiàn)
- SAS編程演義
- Python數(shù)據(jù)可視化之matplotlib實踐
- 前端Serverless:面向全棧的無服務器架構(gòu)實戰(zhàn)