Serverless Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Building your first API using Amazon CloudFormation

In the previous recipe, we built a simple REST API using the AWS CLI. In this recipe, we will use the CloudFormation template to create an API and understand the benefits of using CloudFormation over the AWS CLI. Most enterprise projects use CloudFormation templates for their infrastructure provisioning in AWS.