Building Serverless Python Web Services With Zappa Save

Building Serverless Python Web Services with Zappa, published by Packt

Project README

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.

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

Open Source Agenda is not affiliated with "Building Serverless Python Web Services With Zappa" Project. README Source: PacktPublishing/Building-Serverless-Python-Web-Services-with-Zappa
Stars
43
Open Issues
6
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating