Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Serverless Web Applications

You're reading from  Building Serverless Web Applications

Product type Book
Published in Jul 2017
Publisher Packt
ISBN-13 9781787126473
Pages 354 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Diego Zanon Diego Zanon
Profile icon Diego Zanon
Toc

Deploying your application


In this section, we will discuss the deployment of a serverless application. I'm not referring to just running the serverless deploy command, what I mean is that you need to know and define how to handle and manage new versions of your application in the production environment.

Can you hit the deploy button at any time of the day? What are the implications? How can you create a replica of the production environment just for testing? Those are the kind of things that will be discussed in this section.

Development workflow

Deploying a new version of a Lambda function is a simple task. We run a command and the framework is responsible for packaging the contents and uploading them to AWS. However, running the serverless deploy command usually takes a couple of minutes. The problem is not the time to upload the ZIP file, but what the framework needs to update using CloudFormation. A new CloudFormation template needs to be issued asking AWS to update all related resources...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}