August 2018
Beginner
358 pages
10h 27m
English
As we learned in the previous section, it's very easy to build a simple serverless microservice from the AWS console. However, if you have to do the same using an automated and scripted way, then there are other mechanisms to achieve it. One of the most popular ways in the AWS environment is to use AWS CloudFormation, wherein you can create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run your application. You can also visualize your templates as diagrams and edit them using a drag-and-drop interface, or even use the AWS command-line interface or APIs to manage the infrastructure components. Since everything you do in CloudFormation ...
Read now
Unlock full access