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

Defining the project architecture


In this section, we will cover four different architectural approaches for serverless projects:

  • Nanoservices: This is where each functionality has its own Lambda function
  • Microservices: This is where each Lambda handles all HTTP verbs of a single resource
  • Monolith: This is where one single Lambda function handles all functionalities
  • Graph: This uses the GraphQL standard, which is an alternative to REST APIs

As we will see, each architectural approach has its pros and cons and there is no silver bullet. You need to weigh the benefits and choose what you think is the best for your specific use case. Let's see more about them.

Monolith versus Microservices

The first thing that we need to think about when choosing a serverless architecture is if the application will execute with just one Lambda function (Monolith or Graph) or if it will have multiple Lambdas. The number of Lambda functions represents how many deployment units it has.

A monolith is a self-contained application...

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}