GithubHelp home page GithubHelp logo

packtpublishing / building-serverless-python-web-services-with-zappa Goto Github PK

View Code? Open in Web Editor NEW
43.0 8.0 18.0 805 KB

Building Serverless Python Web Services with Zappa, published by Packt

License: MIT License

Python 87.99% JavaScript 1.63% HTML 8.55% Mako 1.21% Dockerfile 0.63%
python serveless zappa

building-serverless-python-web-services-with-zappa's Introduction

Building Serverless Python Web Services with Zappa

Building Serverless Python Web Services with Zappa

This is the code repository for Building Serverless Python Web Services with Zappa, published by Packt.

Build and deploy serverless applications on AWS using Zappa

What is this book about?

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 covers the following exciting features: 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.

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02. Chapter10 does not contain any code files.

The code will look like the following:

client = boto3.client('lambda')
response = client.invoke(
  FunctionName='MyFunction',
  InvocationType='Event'
)

Following is what you need for this book: Python Developers who are interested in learning how to develop fast and highly scalable serverless applications in Python, will find this book useful.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1-12 Python 3.6 Windows, Mac OS X, and Linux (Any)
1-12 Zappa Windows, Mac OS X, and Linux (Any)
1-12 AWS Windows, Mac OS X, and Linux (Any)
1-12 Pipenv Windows, Mac OS X, and Linux (Any)
12 Docker Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Abdulwahid Abdulhaque Barguzar is a Software Architect and an active contributor in the open source community. He has developed a deep understanding of architecting software product development through Python web frameworks and JavaScript frameworks. He is passionate about implementing and mastering new technologies. In his free time, he researches innovative approaches to rapidly developing and designing a software product and automation testing, aiming to become a master Software Architect.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788837613

building-serverless-python-web-services-with-zappa's People

Contributors

abdulwahid24 avatar abhishek1373 avatar adhithya21 avatar dependabot[bot] avatar packt-itservice avatar packtutkarshr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

building-serverless-python-web-services-with-zappa's Issues

Error while deploying chapter 4 code on aws lambda, using same codebase as mentioned in book.

Scheduled flask-restapi-dev-zappa-keep-warm-handler.keep_warm_callback with expression rate(4 minutes)!
Uploading flask-restapi-dev-template-1581447250.json (1.6KiB)..
100%|███████████████████████████████| 1.64K/1.64K [00:00<00:00, 12.2KB/s]
Waiting for stack flask-restapi-dev to create (this can take a bit)..
100%|█████████████████████████████████████| 4/4 [00:06<00:00, 2.58s/res]
Deploying API Gateway..
Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.