Skip to main content

Quickstart

To create a new serverless Flask application really quickly:

  1. Install pipenv and AWS SAM local and generate app boilerplate:
pip install aws-sam-cli pipenv
sam init --location https://github.com/aws-samples/cookiecutter-aws-sam-python
  1. Add flask_serverless dependency
cd MyApp
make install
pipenv install flask_serverless
  1. Replace first_function/app.py contents with:
from flask_serverless import Serverless, Flask, APIGWProxy

app = Flask(__name__)
Serverless(app)
lambda_handler = APIGWProxy(app)

@app.route('/')
def index():
    return "Hello, friend!"
  1. You're ready to go! Run make run. Read the README it spits out.

More Coming...

More documentation will be written soon.

Further Reading

Serverless Flask applications on AWS lambda.

Release files for flask-serverless 0.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for flask-serverless 0.1.4
File Size Uploaded
flask_serverless-0.1.4.tar.gz 3.3 kB Details

Release files / flask_serverless-0.1.4.tar.gz

Download URL flask_serverless-0.1.4.tar.gz
Size 3.3 kB
Tags Source
SHA-256 checksum
How to use checksums
53c2da5b340486604c5b6f784a2d4aa3c51a858a8c20bf7446ec5440b51f0490
BLAKE2b-256 checksum
How to use checksums
0eba886462db61068e6c8c35af1991213ce592baa26644bd0e673ccdb676d674
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

Release history Release notifications | RSS feed

This release

0.1.4 This release

1 release file

0.1.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page