- Building Serverless Web Applications
- Diego Zanon
- 72字
- 2021-07-15 17:31:26
Scheduled events
You can set up your code to be executed on a regular, scheduled basis. Instead of running a dedicated machine to execute a code, one per hour, which creates some database reads or small file processing, you can use serverless and save costs.
Actually, that's a great way to introduce new features using serverless into a running solution since scheduled events are usually composed of simple tasks in separated modules.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- JavaScript從入門到精通(微視頻精編版)
- Python程序設計教程(第2版)
- WebAssembly實戰
- Python Tools for Visual Studio
- Kotlin從基礎到實戰
- C/C++程序員面試指南
- Mastering Unity 2D Game Development(Second Edition)
- Azure Serverless Computing Cookbook
- Couchbase Essentials
- OpenCV 3 Blueprints
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Maven for Eclipse
- TypeScript全棧開發
- Java EE項目應用開發