Skip to content

Example of deploying a Flask application with Zappa on AWS Lambda

Notifications You must be signed in to change notification settings

ruby232/flask-zappa-aws-lambda

Repository files navigation

flask-zappa-aws-lambda

Base project for developing a simple API using Flask, Docker, Gunicorn, Zappa and AWS Lambda.

Getting started

Dependencies

Install Docker and docker composer

Create docker image

docker compose build

Run project

In development environment

docker compose up

Entre de URL http://127.0.0.1:3000/ to visit de API.

Production

To deploy in a Production environment, the image must be built and run with a container orchestrator.

About

Example of deploying a Flask application with Zappa on AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published