• Complain

Peter Sbarski - Serverless Architectures on AWS

Here you can read online Peter Sbarski - Serverless Architectures on AWS full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, publisher: Manning Publications Co., genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Peter Sbarski Serverless Architectures on AWS

Serverless Architectures on AWS: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Serverless Architectures on AWS" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Design low-maintenance systems using pre-built cloud services! Bring down costs, automate time-consuming ops tasks, and scale on demand.InServerless Architectures on AWS, Second Edition you will learn:First steps with serverless computingThe principles of serverless designImportant patterns and architecturesHow successfully companies have implemented serverlessReal-world architectures and their tradeoffsServerless Architectures on AWS, Second Edition teaches you how to design serverless systems. Youll discover the principles behind serverless architectures, and explore real-world case studies where companies used serverless architectures for their products. You wont just master the technical essentialsthe book contains extensive coverage of balancing tradeoffs and making essential technical decisions. This new edition has been fully updated with new chapters covering current best practice, example architectures, and full coverage of the latest changes to AWS.About the technologyMaintaining server hardware and software can cost a lot of time and money. Unlike traditional data center infrastructure, serverless architectures offload core tasks like data storage and hardware management to pre-built cloud services. Better yet, you can combine your own custom AWS Lambda functions with other serverless services to create features that automatically start and scale on demand, reduce hosting cost, and simplify maintenance.About the bookInServerless Architectures with AWS, Second Edition youll learn how to design serverless systems using Lambda and other services on the AWS platform. Youll explore event-driven computing and discover how others have used serverless designs successfully. This new edition offers real-world use cases and practical insights from several large-scale serverless systems. Chapters on innovative serverless design patterns and architectures will help you become a complete cloud professional.Whats insideFirst steps with serverless computingThe principles of serverless designImportant patterns and architecturesReal-world architectures and their tradeoffsAbout the readerFor server-side and full-stack software developers.About the authorPeter Sbarski is VP of Education and Research at A Cloud Guru.Yan Cui is an independent AWS consultant and educator.Ajay Nair is one of the founding members of the AWS Lambda team.

Peter Sbarski: author's other books


Who wrote Serverless Architectures on AWS? Find out the surname, the name of the author of the book and a list of all author's works by series.

Serverless Architectures on AWS — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Serverless Architectures on AWS" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
praise for the first edition

A comprehensive, clear and very practical guide to making the best use of AWS throughout an applications lifecycle. Highly recommended for anyone wanting to use AWS for real-life applications!

Alain Couniot, Head of Enterprise Architecture, STIB-MIVB, Belgium

Peters tome not only dives deep on Lambda, it also covers all the AWS components your apps will need to run serverless. A soup-to-nuts tour de force. Well done!

Sean Hull, Founder, iHeavy, Inc.

A great introduction for those using AWS, who want to implement a serverless architecture.

John Huffman, Senior Technical Consultant, Summa Technologies

This book is a fantastic introduction to serverless architectures and AWS. I wish every technical book was as well written and easy to read! The book walks you step-by-step through building a video portal, including integrating AWS Lambda, API Gateway, S3, auth0 and Firebase. By the end you feel confident not only that you understand all the pieces and how everything fits together, but also that you are ready to start building your own app.

Kent R. Spillner, Sr. Software Engineer, DRW

Serverless Architectures on AWS - image 1

Serverless Architectures on AWS, Second Edition

Peter Sbarski, Yan Cui, Ajay Nair

To comment go to liveBook

Serverless Architectures on AWS - image 2

Manning

Shelter Island

For more information on this and other Manning titles go to

www.manning.com

Copyright

For online information and ordering of these and other Manning books, please visit www.manning.com. The publisher offers discounts on these books when ordered in quantity.

For more information, please contact

Special Sales Department

Manning Publications Co.

20 Baldwin Road

PO Box 761

Shelter Island, NY 11964

Email: orders@manning.com

2022 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Serverless Architectures on AWS - image 3

Manning Publications Co.

20 Baldwin Road Technical

PO Box 761

Shelter Island, NY 11964

Development editor:

Toni Arritola

Technical development editor:

Brent Stains

Review editor:

Aleksandar Dragosavljevi

Production editor:

Andy Marinkovich

Copy editor:

Frances Buran

Proofreader:

Jason Everett

Technical proofreader:

Niek Palm

Typesetter:

Gordan Salinovi

Cover designer:

Marija Tudor

ISBN: 9781617295423

dedication

To my mum and dad, who always supported and encouraged my passion for computing.

Peter Sbarski

To my wife, who always supports and encourages me, and puts up with all my late-night coding sessions.

Yan Cui

To my wife, my kids, my brother, and my parents, thank you for giving me the purpose and time to do this.

Ajay Nair

front matter
preface

Serverless technologies occupy an exciting space at the moment. Products like AWS Lambda and DynamoDB have been around for a few years, yet they still feel new and thrilling, sometimes mysterious or puzzling. Many folks worldwide discuss, learn, and implement systems with serverless architectures, yet we havent yet seen a mass level of adoption like that of containers. Cloud providers such as AWS continue to grow. However, individuals and organizations still ask questions such as, is serverless right for me, and how do I architect a system correctly from the myriad of available components and options?

Weve written this book to address some of the more interesting questions weve seen across the industry and our technical community. We decided to look at use cases for serverless and explore problems that usually wouldnt seem like a good fit. More importantly, weve tried to convey what it is to have a serverless-first mindset. Our recipe is simple: When you have a problem, offload as much of the undifferentiated heavy lifting onto AWS or another provider and apply the principles of serverless architectures. And, if that doesnt produce a satisfactory answer, only then go and look at other technologies that may help. Its important to reiterate that you should always use the right tool for the right job. However, having a set of principles and practices, like viewing a potential solution through a serverless prism first, gives you a map and helps make better, more robust decisions.

This book shows a few examples of us doing it in practice. We discuss how to approach several problems using serverless architectures, what criteria to consider, and how to deal with architectural trade-offs. We also present three real-world companies that have built interesting systems using serverless architectures. These companies dealt with the same kinds of problems you might be solving right now, so its worth checking out those chapters to see what potential solutions or ideas exist.

If you are entirely new to serverless architectures, do not worry! The first three chapters introduce you to serverless and even get you building a small application. If you are an expert already, you will enjoy the last two chapters that go deeper into AWS Lambda and discuss emerging practices. And, before we let you go, one other thing: the vast majority of this second edition is new. If you read our first edition, we think that you will find this a very different book. We hope you find something interesting and helpful in this book and come with us on this exciting serverless journey.

acknowledgments

The second edition of Serverless Architectures on AWS couldnt have been written without the encouragement and support from my peers, colleagues, family, and friends. I am lucky to be surrounded by passionate technologists who continuously encourage, give feedback, and provide invaluable advice.

First and foremost, I want to say thank you to my two co-authors: Yan Cui and Ajay Nair. I am fortunate to know these two fantastic world-class experts to whom education and community is always foremost. I cannot describe how thankful I am to Yan and Ajay for helping to write this book and making it uniquely special among the technical literature available today. I am forever grateful to both of you for being there through this journey, teaching me, and sharing the benefit of your experience.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Serverless Architectures on AWS»

Look at similar books to Serverless Architectures on AWS. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Serverless Architectures on AWS»

Discussion, reviews of the book Serverless Architectures on AWS and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.