Skip to content

PacktPublishing/Building-Serverless-Architectures

Repository files navigation

Building Serverless Architectures

This is the code repository for Building Serverless Architectures, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The focus of this book is to design serverless architectures, and weigh the advantages and disadvantages of this approach, along with decision factors to consider. You will learn how to design a serverless application, get to know that key points of services that serverless applications are based on, and known issues and solutions. The book addresses key challenges such as how to slice out the core functionality of the software to be distributed in different cloud services and cloud functions. It covers basic and advanced usage of these services, testing and securing the serverless software, automating deployment, and more. By the end of the book, you will be equipped with knowledge of new tools and techniques to keep up with this evolution in the IT industry.

Instructions and Navigation

The code for Chapter 05 is organized into one folder, Chapter05 and the rest in one separate folder.

The code will look like the following:

cloudFormation {
  capabilityIam true
  templateFile project.file('cloudformation.template')
  templateBucket deploymentBucketName
  templateKeyPrefix "cfn-templates"
  stackName "serverlessbook"
}

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787129191

About

Building Serverless Architectures, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages