Show HN: Run a Python Flask HTTP Server in AWS Lambda (w/Poetry)

https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask-poetry
by cnuss • 2 years ago
3 4 2 years ago

Scaffoldly allows you to run any HTTP server inside AWS Lambda. It requires no code changes to your existing server and a simple configuration in the project's pyproject.toml. Deployments can be done locally or in GitHub Actions.

In this example, we're running a Flask server in AWS Lambda, and the scaffoldly toolchain handles packaging, deployment, and routing of AWS Lambda HTTP requests.

Related Stories

Loading related stories...

Source preview

github.com