Building serverless architectures learn the intricacies and nuances of building efficient serverless architectures

What You Will Learn Learn to form microservices from bigger Softwares Orchestrate and scale microservices Design and set up the data flow between cloud services and custom business logic Get to grips with cloud provider's APIs, limitations, and known issues Migrate existing Java applications to...

Full description

Bibliographic Details
Main Author: Gurturk, Cagatay
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04066nmm a2200445 u 4500
001 EB001912265
003 EBX01000000000000001075167
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781787128019 
050 4 |a TK5105.8883 
100 1 |a Gurturk, Cagatay 
245 0 0 |a Building serverless architectures  |b learn the intricacies and nuances of building efficient serverless architectures  |c Cagatay Gurturk 
260 |a Birmingham, UK  |b Packt Publishing  |c 2017 
300 |a 1 volume  |b illustrations 
505 0 |a Includes bibliographical references 
653 |a Logiciels d'application / Développement 
653 |a Cloud computing / fast 
653 |a Infonuagique 
653 |a Application software / Development / fast 
653 |a Web services / fast 
653 |a Cloud computing / http://id.loc.gov/authorities/subjects/sh2008004883 
653 |a Web services / http://id.loc.gov/authorities/subjects/sh2003001435 
653 |a Applications Web / Développement 
653 |a Services Web 
653 |a Computer architecture / Design 
653 |a Web applications / Development 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 1787128016 
776 |z 9781787129191 
776 |z 9781787128019 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781787129191/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1 
082 0 |a 745.4 
520 |a What You Will Learn Learn to form microservices from bigger Softwares Orchestrate and scale microservices Design and set up the data flow between cloud services and custom business logic Get to grips with cloud provider's APIs, limitations, and known issues Migrate existing Java applications to a serverless architecture Acquire deployment strategies Build a highly available and scalable data persistence layer Unravel cost optimization techniques In Detail Over the past years, all kind of companies from start-ups to giant enterprises started their move to public cloud providers in order to save their costs and reduce the operation effort needed to keep their shops open. Now it is even possible to craft a complex software system consisting of many independent micro-functions that will run only when they are needed without needing to maintain individual servers.  
520 |a The focus of this book is to design serverless architectures, and weigh the advantages and disadvantages of this approach, along with decision factors to consider. You will learn how to design a serverless application, get to know that key points of services that serverless applications are based on, and known issues and solutions. The book addresses key challenges such as how to slice out the core functionality of the software to be distributed in different cloud services and cloud functions. It covers basic and advanced usage of these services, testing and securing the serverless software, automating deployment, and more. By the end of the book, you will be equipped with knowledge of new tools and techniques to keep up with this evolution in the IT industry. Style and approach The book takes a pragmatic approach, showing you all the examples you need to build efficient serverless applications 
520 |a Build scalable, reliable, and cost-effective applications with a serverless architecture About This Book Design a real-world serverless application from scratch Learn about AWS Lambda function and how to use Lambda functions to glue other AWS Services Use the Java programming language and well-known design patterns. Although Java is used for the examples in this book, the concept is applicable across all languages Learn to migrate your JAX-RS application to AWS Lambda and API Gateway Who This Book Is For This book is for developers and software architects who are interested in designing on the back end. Since the book uses Java to teach concepts, knowledge of Java is required.