- Building Serverless Web Applications
- Diego Zanon
- 302字
- 2021-07-15 17:31:24
Vendor dependency
When you build a serverless solution, you trust your business to a third-party vendor. You should be aware that companies fail and you can suffer downtimes, security breaches, and performance issues. Also, the vendor may change the billing model, increase costs, introduce bugs into their services, have poor documentation, modify an API forcing you to upgrade, and terminate services. A whole bunch of bad things may happen.
What you need to weigh is whether it's worth trusting in another company or making a big investment to build everything by yourself. You can mitigate these problems by doing a market search before selecting a vendor. However, you still need to count on luck. For example, Parse was a vendor that offered managed services with really nice features. It was bought by Facebook in 2013, which gave more reliability due to the fact that it was backed by a big company. Unfortunately, Facebook decided to shut down all servers in 2016, giving one year of notice for customers to migrate to other vendors.
Vendor lock-in is another big issue. When you use cloud services, it's very likely that one specific service has a completely different implementation than another vendor, making those two different APIs. You need to rewrite code in case you decide to migrate. It's already a common problem. If you use a managed service to send e-mails, you need to rewrite part of your code before migrating to another vendor. What raises a red flag here is that a serverless solution is entirely based in one vendor, and migrating the entire codebase can be much more troublesome.
To mitigate this problem, some tools such as the Serverless Framework support multiple vendors, making it easier to switch between them. Multivendor support represents safety for your business and gives power to competitiveness.
- C++程序設(shè)計(第3版)
- C# 從入門到項目實踐(超值版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Learning Salesforce Einstein
- 用戶體驗增長:數(shù)字化·智能化·綠色化
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- Python語言實用教程
- MySQL入門很輕松(微課超值版)
- Visual Basic程序設(shè)計(第三版)
- Python趣味編程與精彩實例
- 從零開始學(xué)Selenium自動化測試:基于Python:視頻教學(xué)版
- Java EE 8 and Angular
- 軟件設(shè)計模式(Java版)
- iOS Development with Xamarin Cookbook
- Java Web動態(tài)網(wǎng)站開發(fā)(第2版·微課版)