Serverless Architectures on AWS: With examples using AWS Lambda
- Length: 376 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2017-05-04
- ISBN-10: 1617293822
- ISBN-13: 9781617293825
- Sales Rank: #142884 (See Top 100 Books)
Summary
Serverless Architectures on AWS teaches you how to build, secure and manage serverless architectures that can power the most demanding web and mobile apps. Forewords by Patrick Debois (Founder of devopsdays) and Dr. Donald F. Ferguson (Columbia University).
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
There’s a shift underway toward serverless cloud architectures. With the release of serverless computer technologies such as AWS Lambda, developers are now building entirely serverless platforms at scale. In these new architectures, traditional back-end servers are replaced with cloud functions acting as discrete single-purpose services. By composing and combining these serverless cloud functions together in a loose orchestration and adopting useful third-party services, developers can create powerful yet easy-to-understand applications.
About the Book
Serverless Architectures on AWS teaches you how to build, secure, and manage serverless architectures that can power the most demanding web and mobile apps. You’ll get going quickly with this book’s ready-made real-world examples, code snippets, diagrams, and descriptions of architectures that can be readily applied. By the end, you’ll be able to architect and build your own serverless applications on AWS.
What’s Inside
- First steps with serverless computing
- Important patterns and architectures
- Writing AWS Lambda functions and using the API Gateway
- Composing serverless applications using key services like Auth0 and Firebase
- Securing, deploying, and managing serverless architectures
About the Reader
This book is for software developers interested in back end technologies. Experience with JavaScript (node.js) and AWS is useful but not required.
About the Author
Dr. Peter Sbarski is a well-known AWS expert, VP of engineering at A Cloud Guru, and head of Serverlessconf.
Table of Contents
PART 1 FIRST STEPS
Chapter 1. Going Serverless
Chapter 2. Architectures And Patterns
Chapter 3. Building A Serverless Application
Chapter 4. Setting Up Your Cloud
PART 2 CORE IDEAS
Chapter 1. Authentication And Authorization
Chapter 2. Lambda The Orchestrator
Chapter 3. Api Gateway
PART 3 GROWING YOUR ARCHITECTURE
Chapter 1. Storage
Chapter 2. Database
Chapter 3. Going The Last Mile
Appendix A. Services For Your Serverless Architecture
Appendix B. Installation And Setup
Appendix C. More About Authentication And Authorization
Appendix D. Lambda Insider
Appendix E. Models And Mapping