Skip to main content

Your short project description here

Project description

Flask-Session-Pynamodb

Clone from: https://github.com/pallets-eco/flask-session Flask-Session is an extension for Flask that adds support DynamoDB for server-side sessions to your application.

Installation

pip install flask-session-custom

Configuration

Read here: https://flask-session.readthedocs.io/en/latest/

Configure for dynamodb:

Name Description
SESSION_TYPE Set up is dynamodb
SESSION_DYNAMODB_TABLE The name of the table in DyanmoDB to store session data. Default is "sessions".
SESSION_DYNAMODB_REGION The region where the dynamodb table is located. Uses environment variable or the local config if not set.
SESSION_DYNAMODB_KEY_ID The AWS key id for connecting to Dynamo. Uses environment variable or local config if not set.
SESSION_DYNAMODB_SECRET The AWS secret access key for connecting to Dynamo. Uses environment variable or local config if not set.
SESSION_DYNAMODB_ENDPOINT_URL The AWS DynamoDB endpoint_url. Default is none, primarily used for local DynamoDB config.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-session-custom-0.1.1.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

flask_session_custom-0.1.1-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page