- Building Serverless Web Applications
- Diego Zanon
- 133字
- 2021-07-15 17:31:29
AWS CloudFormation
CloudFormation gives to developers the possibility to script the entire infrastructure using templates. This approach is called as Infrastructure as a Code. It's a powerful feature because it makes it easy to reproduce the configuration of servers and resources into another region or in a different account. Furthermore, you can version control your scripts to help you with the development of your infrastructure. As a quick start, AWS offers many sample templates (https://aws.amazon.com/cloudformation/aws-cloudformation-templates) for common use cases.
In this book, we will not use CloudFormation directly, but in the next chapter, we'll start using the Serverless Framework that extensively uses CloudFormation under the hood to manage resources. That's how you can easily duplicate your solution to different environments, making a production deployment an exact copy of the development or staging environment.
- SQL Server 從入門到項目實踐(超值版)
- 手機安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- OpenShift開發(fā)指南(原書第2版)
- JavaScript高效圖形編程
- Oracle從新手到高手
- VSTO開發(fā)入門教程
- Python 3網(wǎng)絡(luò)爬蟲實戰(zhàn)
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓(xùn)版)
- 用Flutter極速構(gòu)建原生應(yīng)用
- SQL Server從入門到精通(第3版)
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- iOS開發(fā)實戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- Instant Lucene.NET
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- “笨辦法”學(xué)C語言