Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Building Serverless Python Web Services with Zappa

    Posted By: ksveta6
    Building Serverless Python Web Services with Zappa

    Building Serverless Python Web Services with Zappa: Build and deploy serverless applications on AWS using Zappa by Abdulwahid Abdulhaque Barguzar
    2018 | ISBN: 1788837614 | English | 324 pages | PDF | 7 MB

    Master serverless architectures in Python and their implementation, with Zappa on three different frameworks.

    Key Features
    Scalable serverless Python web services using Django, Flask, and Pyramid.
    Learn Asynchronous task execution on AWS Lambda and scheduling using Zappa.
    Implementing Zappa in a Docker container.

    Book Description
    Serverless applications are becoming very popular these days, not just because they save developers the trouble of managing the servers, but also because they provide several other benefits such as cutting heavy costs and improving the overall performance of the application.

    This book will help you build serverless applications in a quick and efficient way. We begin with an introduction to AWS and the API gateway, the environment for serverless development, and Zappa. We then look at building, testing, and deploying apps in AWS with three different frameworks–Flask, Django, and Pyramid. Setting up a custom domain along with SSL certificates and configuring them with Zappa is also covered. A few advanced Zappa settings are also covered along with securing Zappa with AWS VPC.

    By the end of the book you will have mastered using three frameworks to build robust and cost-efficient serverless apps in Python.

    What you will learn
    Build, test, and deploy a simple web service using AWS CLI
    Integrate Flask-based Python applications, via AWS CLI configuration
    Design Rest APIs integrated with Zappa for Flask and Django
    Create a project in the Pyramid framework and configure it with Zappa
    Generate SSL Certificates using Amazon Certificate Manager
    Configure custom domains with AWS Route 53
    Create a Docker container similar to AWS Lambda

    Who this book is for
    Python Developers who are interested in learning how to develop fast and highly scalable serverless applications in Python, will find this book useful

    Table of Contents
    Amazon Web Services for Serverless
    Getting started with Zappa
    Building a Flask app with Zappa
    Building a Flask based REST API with Zappa
    Building a Django app with Zappa
    Building a Django REST API with Zappa
    Building a Pyramid app with Zappa
    Custom Domain with SSL
    Asynchronous Task Execution on AWS Lambda
    Advance Zappa Settings
    Secure Zappa with AWS VPC
    Zappa with Docker