- 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.
- Advanced Quantitative Finance with C++
- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- Java程序設(shè)計(jì)(慕課版)
- Rust實(shí)戰(zhàn)
- Practical Internet of Things Security
- Web Scraping with Python
- Podman實(shí)戰(zhàn)
- Java軟件開發(fā)基礎(chǔ)
- Jenkins Continuous Integration Cookbook(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Arduino可穿戴設(shè)備開發(fā)
- Spring 5 Design Patterns
- 從零開始學(xué)Android開發(fā)
- Exploring SE for Android