• Complain

RICHARD - BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.

Here you can read online RICHARD - BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing. full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: S.l., year: 2019, publisher: PACKT PUBLISHING LIMITED, 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.

No cover
  • Book:
    BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.
  • Author:
  • Publisher:
    PACKT PUBLISHING LIMITED
  • Genre:
  • Year:
    2019
  • City:
    S.l.
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing." wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

RICHARD: author's other books


Who wrote BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.? Find out the surname, the name of the author of the book and a list of all author's works by series.

BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing. — 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 "BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing." 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
Building Serverless Microservices in Python A complete guide to building - photo 1
Building Serverless Microservices in Python
A complete guide to building, testing, and deploying microservices using serverless computing on AWS
Richard Takashi Freeman

BIRMINGHAM - MUMBAI Building Serverless Microservices in Python Copyright - photo 2

BIRMINGHAM - MUMBAI
Building Serverless Microservices in Python

Copyright 2019 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Commissioning Editor: Richa Tripathi
Acquisition Editor: Denim Pinto
Content Development Editor: Rohit Kumar Singh
Technical Editor: Romy Dias
Copy Editor: Safis Editing
Project Coordinator: Vaidehi Sawant
Proofreader: Safis Editing
Indexer: Pratik Shirodkar
Graphics: Alishon Mendonsa
Production Coordinator: Deepika Naik

First published: March 2019

Production reference: 2290319

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78953-529-7

www.packtpub.com

maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

Packt.com

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

At www.packt.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.

Contributors
About the author

Richard Takashi Freeman has an M.Eng. in computer system engineering and a PhD in machine learning and natural language processing from the University of Manchester, United Kingdom. His current role is as a lead data engineer and architect, but he is also a data scientist and solutions architect. He has been delivering cloud-based, big data, machine learning, and data pipeline serverless and scalable solutions for over 14 years, and has spoken at numerous leading academic and industrial conferences, events, and summits.

He has written various technical blog posts, and has acquired in excess of three years' serverless production experience in connection with large-scale, consumer-facing websites and products.

Packt is searching for authors like you

If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.

Preface

This book will give you a very good understanding of microservices and serverless computing, as well as their benefits and drawbacks compared to existing architectures. You will gain an appreciation for the power of deploying a full serverless stack, not only when you save money in terms of running costs, but also in terms of support maintenance and upgrading. This effectively allows your company to go to market a lot quicker with any new products, and beat your competitors in the process. You will also be able to create, test, and deploy a scalable, serverless microservice where the costs are paid per usage and not as per their up time. In addition, this will allow you to autoscale based on the number of requests, while security is natively built in and supported by AWS. So, now that we know what lies ahead, let's jump right into the book.

Who this book is for

If you are a developer with basic knowledge of Python and want to learn how to build, test, deploy, and secure microservices, then this book is for you. No prior knowledge of building microservices is required.

What this book covers

, Serverless Microservice Architectures and Patterns, provides an overview of monolithic and microservice architectures. You will learn about design patterns and principles and how they relate to serverless microservices.

, Creating Your First Serverless Data API , discusses security and its importance. We will discuss IAM roles and get an overview of policies and some of the security concepts and principles involved in securing your serverless microservices, specifically regarding Lambda, API Gateway, and DynamoDB.

, Deploying Your Serverless Stack , shows you how to deploy all that infrastructure using only code and configuration. You will learn about different deployment options.

, Testing Your Serverless Microservice , covers the concept of testing. We will explore many types of testing, from unit tests with mocks, integration testing with Lambda and API Gateway, debugging a Lambda locally, and making a local endpoint available, to load testing.

, Securing Your Microservice, covers important topics on how to make your microservices secure.

To get the most out of this book

Some prior programming knowledge will be helpful.

All the other requirements will be mentioned at the relevant points in the respective chapters.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.»

Look at similar books to BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.. 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 «BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing.»

Discussion, reviews of the book BUILDING SERVERLESS MICROSERVICES IN PYTHON : a complete guide to building, testing, and... deploying microservices using serverless computing. 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.