Description
Summary
Serverless Architectures on AWS teaches you how to build, safe and manage serverless architectures that can power the most demanding internet 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 products and services. By composing and combining these serverless cloud functions together in a loose orchestration and adopting useful third-party products and services, developers can create powerful yet easy-to-keep in mind applications.
About the Book
Serverless Architectures on AWS teaches you how to build, safe, and manage serverless architectures that can power the most demanding internet and mobile apps. You can get going quickly with this book’s able-made real-world examples, code snippets, diagrams, and descriptions of architectures that may be readily applied. By the end, you are 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 the use of the API Gateway
- Composing serverless applications the use of key products and 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 turns out to be 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
- Going serverless
- Architectures and patterns
- Building a serverless application
- Setting up your cloud
- Authentication and authorization
- Lambda the orchestrator
- API Gateway
- Storage
- Database
- Going the last mile
PART 1 – FIRST STEPS
PART 2 – CORE IDEAS
PART 3 – GROWING YOUR ARCHITECTURE
APPENDIXES
- Services for your serverless architecture
- Installation and setup
- More about authentication and authorization
- Lambda insider
- Models and mapping