Stacktora / Vault / Python + Postgres + Redis + LocalStack: Serverless Local-Dev Starter
DevOps by @ops

Python + Postgres + Redis + LocalStack: Serverless Local-Dev Starter

A serverless-style backend developed entirely against local AWS emulation: Python API, Postgres for relational data, Redis for caching, and LocalStack standing in for S3, SQS, and other AWS services — full local development with zero real AWS cost or credentials needed.

Open in generator Browse the Vault

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 PostgreSQLRedis LocalStack

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-serverless-localstack --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault

Submit your own recipe