Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
AWS for Solutions Architects - Second Edition

You're reading from  AWS for Solutions Architects - Second Edition

Product type Book
Published in Apr 2023
Publisher Packt
ISBN-13 9781803238951
Pages 692 pages
Edition 2nd Edition
Languages
Authors (4):
Saurabh Shrivastava Saurabh Shrivastava
Profile icon Saurabh Shrivastava
Neelanjali Srivastav Neelanjali Srivastav
Profile icon Neelanjali Srivastav
Alberto Artasanchez Alberto Artasanchez
Profile icon Alberto Artasanchez
Imtiaz Sayed Imtiaz Sayed
Profile icon Imtiaz Sayed
View More author details

Table of Contents (19) Chapters

Preface 1. Understanding AWS Principles and Key Characteristics 2. Understanding the AWS Well-Architected Framework and Getting Certified 3. Leveraging the Cloud for Digital Transformation 4. Networking in AWS 5. Storage in AWS – Choosing the Right Tool for the Job 6. Harnessing the Power of Cloud Computing 7. Selecting the Right Database Service 8. Best Practices for Application Security, Identity, and Compliance 9. Driving Efficiency with CloudOps 10. Big Data and Streaming Data Processing in AWS 11. Data Warehouses, Data Queries, and Visualization in AWS 12. Machine Learning, IoT, and Blockchain in AWS 13. Containers in AWS 14. Microservice Architectures in AWS 15. Data Lake Patterns – Integrating Your Data across the Enterprise 16. Hands-On Guide to Building an App in AWS 17. Other Books You May Enjoy
18. Index

Event-driven architecture (EDA)

Event-driven architecture (EDA) is another pattern commonly used when implementing microservices. When the event-driven pattern is used, creating, messaging, processing, and storing events are critical functions of the service. Contrast this with the layered pattern we just looked at, which is more of a request/response model and where the user interface takes a more prominent role in the service.

Another difference is that layered architecture applications are normally synchronous whereas an EDA relies on the asynchronous nature of queues and events.

More and more applications are being designed using EDA from the ground up. Applications using EDA can be developed using a variety of development stacks and languages. EDA is a programming philosophy, not a technology and language. EDA facilitates code decoupling, making applications more robust and flexible. At the center of EDA is the concept of events. Let’s spend some time understanding...

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 €14.99/month. Cancel anytime}