- 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.
推薦閱讀
- The Supervised Learning Workshop
- Learning Data Mining with Python
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Functional Programming in JavaScript
- Java面向?qū)ο蟪绦蜷_發(fā)及實(shí)戰(zhàn)
- Mastering Unity Shaders and Effects
- 青少年P(guān)ython編程入門
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- 深入理解BootLoader
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Shopify Application Development
- PostgreSQL 12 High Availability Cookbook