- Building Serverless Web Applications
- Diego Zanon
- 88字
- 2021-07-15 17:31:25
IoT backends
Internet of Things (IoT) is a trending topic and many cloud services are providing tools to easily connect a huge number of devices. Those devices usually need to communicate through a set of simple messages, and they require a backend to process them. Thinking of this use case, Amazon offers AWS IoT as a serverless service to handle the broadcast of messages and AWS Lambda for serverless processing. Configuring and managing those services is so easy that they are becoming a common choice for IoT systems.
推薦閱讀
- Java逍遙游記
- JavaScript+DHTML語法與范例詳解詞典
- MySQL 8從入門到精通(視頻教學版)
- vSphere High Performance Cookbook
- Mastering Entity Framework
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Backbone.js Blueprints
- 微信小程序入門指南
- Teaching with Google Classroom
- Integrating Facebook iOS SDK with Your Application
- Java程序設計入門
- Java圖像處理:基于OpenCV與JVM
- 3ds Max 2018從入門到精通
- iOS Development with Xamarin Cookbook
- Python程序設計現代方法