- Building Serverless Web Applications
- Diego Zanon
- 138字
- 2021-07-15 17:31:23
Hidden inefficiencies
Some people see serverless as a NoOps solution. That's not true. DevOps is still necessary. You don't need to worry much about servers because they are second-class citizens and the focus is on your business. However, adding metrics and monitoring your applications will always be a good practice. It's so easy to scale that a specific function may be deployed with a poor performance that takes much more time than necessary and remains unnoticed forever because no one is monitoring the operation.
Also, over or under provisioning is also possible (in a smaller sense) since you need to configure your function, setting the amount of RAM memory that it will reserve and the threshold to timeout the execution. It's a very different scale of provisioning, but you need to keep it in mind to avoid mistakes.
- Java Web基礎(chǔ)與實例教程(第2版·微課版)
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Java程序設(shè)計入門
- Fast Data Processing with Spark(Second Edition)
- 響應(yīng)式Web設(shè)計:HTML5和CSS3實戰(zhàn)(第2版)
- Python Interviews
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)
- SFML Game Development
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術(shù)
- 從零開始學(xué)算法:基于Python
- Apache Solr for Indexing Data
- PHP 7 Programming Blueprints
- C語言程序設(shè)計實驗指導(dǎo)與習(xí)題精解
- Enterprise Application Architecture with .NET Core
- Python程序員面試算法寶典