- 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.
推薦閱讀
- JavaScript 從入門到項目實踐(超值版)
- AngularJS Web Application Development Blueprints
- Web Development with Django Cookbook
- 人臉識別原理及算法:動態人臉識別系統研究
- Java Web應用開發技術與案例教程(第2版)
- Working with Odoo
- The DevOps 2.5 Toolkit
- Visual Basic程序設計上機實驗教程
- Julia for Data Science
- Learning Modular Java Programming
- MySQL 8從零開始學(視頻教學版)
- Django 3 Web Development Cookbook
- Slick2D Game Development
- Scratch超人漫游記:創意程序設計:STEAM創新教育指南
- iOS程序員面試筆試真題與解析