Python Forum
Build and deploy Python apps for the cloud - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Build and deploy Python apps for the cloud (/thread-38904.html)



Build and deploy Python apps for the cloud - Rk2 - Dec-08-2022

This tutorial walks a developer step-by-step through creating a REST API and deploying it to AWS, GCP or Azure with the Nitric Framework.

The developer will write the code required to handle the API requests and use Nitric to automate CI by building and deploying the appropriate resources on AWS, GCP or Azure. In this case, it will configure and deploy an API Gateway and a Document DB.

https://nitric.io/docs/guides/serverless-rest-api-example?lang=python