Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 568 Bytes

File metadata and controls

10 lines (7 loc) · 568 Bytes

FastAPI on PyPy

This example project is a Docker image running PyPy3.9 with FastAPI demonstrating how to host an API using PyPy as the Python interpreter

  • Includes a VS Code dev container for local development
  • Includes a debug profile for VS Code
  • Includes a Dockerfile for deployment into Azure Container Apps, Azure Kubernetes Service, Azure Container Instances, or Azure Web App for Containers.

This sample was originally forked from tonybaloney/ants-azure-demos.