Serverless FastAPI Deployment: Actions Speak Louder Than Words

Serverless FastAPI Deployment: Actions Speak Louder Than Words

The final chapter of the Serverless FastAPI app tetralogy has arrived, we started with developing our app locally, then we wrote tests and in the last chapter we used native tooling and services within AWS to secure our app from bad actors.

We’ve reached a fork in the road, we can continue to manually deploy our app by running commands locally or we can incorporate a more traditional approach to automatically test and deploy our app using a CI/CD pipeline.

Read more