- Mastering Microservices with Java
- Sourabh Sharma
- 102字
- 2021-07-02 13:03:29
Serverless
Serverless is another popular cloud architecture offered by cloud platforms such as AWS. There are servers, but they are managed and controlled by cloud platforms.
This architecture enables developers to simply focus on code and implementing functionality. Developers need not worry about scale or resources (for instance, OS distributions as with Linux, or message brokers such as RabbitMQ ) as they would with coded services.
A serverless architecture offers development teams the following features: zero administration, auto-scaling, pay-per-use schemes, and increased velocity. Because of these features, development teams just need to care about implementing functionality rather than the server and infrastructure.
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- C# Programming Cookbook
- Swift 3 New Features
- Lua程序設計(第4版)
- Python機器學習算法與實戰
- 精通MATLAB(第3版)
- Learning Concurrency in Kotlin
- RESTful Web Clients:基于超媒體的可復用客戶端
- Machine Learning for OpenCV
- Learning ECMAScript 6
- Swift Essentials(Second Edition)
- Mastering React Test:Driven Development
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Access 2010數據庫教程(微課版)
- ReactJS Blueprints