- Building Serverless Web Applications
- Diego Zanon
- 182字
- 2021-07-15 17:31:22
Continuous delivery
Serverless is based on breaking a big project into dozens of packages, each one represented by a top-level function that handles requests. Deploying a new version of a function means uploading a ZIP file to replace the previous one and updating the event configuration that specifies how this function can be triggered.
Executing this task manually, for dozens of functions, is an exhausting task. Automation is a must-have feature when working in a serverless project. In this book, we'll use the Serverless Framework that helps developers manage and organize solutions, making a deployment task as simple as executing a one-line command. With automation, continuous delivery is a feature that brings many benefits, such as the ability to deploy at any time, short development cycles, and easier rollbacks.
Another related benefit when the deployment is automated is the creation of different environments. You can create a new test environment, which is an exact duplicate of the development environment, using simple commands. The ability to replicate the environment is very important for building acceptance tests and to progress from deployment to production.
- SQL Server 從入門到項目實踐(超值版)
- TensorFlow Lite移動端深度學(xué)習(xí)
- Mastering Entity Framework
- Java實戰(zhàn)(第2版)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Regression Analysis with Python
- 開源項目成功之道
- Couchbase Essentials
- 機器學(xué)習(xí)微積分一本通(Python版)
- Instant Zurb Foundation 4
- Visual Basic程序設(shè)計全程指南
- 零基礎(chǔ)學(xué)C語言(第4版)
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- C語言程序設(shè)計實驗指導(dǎo)與習(xí)題精解