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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flask-session-custom-0.1.1.tar.gz
.
File metadata
- Download URL: flask-session-custom-0.1.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db2864478162e6ef4b873f5a1835a2b32200d69efbcdb26ab5a93e5f1f6d9a85 |
|
MD5 | 021f4bfa12af0139ea8ff0493381a6c1 |
|
BLAKE2b-256 | 97a4c209cd4f55246514149c47db6f3050ff4e8bd3672ad87c30d137dd0853da |
File details
Details for the file flask_session_custom-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: flask_session_custom-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46209381a5a45986028e205f88bc1286d371a66cab2dbed28e24f7385afc38e3 |
|
MD5 | b564efd579dd857610d12141fb3ddc9d |
|
BLAKE2b-256 | 7031d3ba7068038cc583dec6af2402f3cbb6fb7cc6d1a549a785320151bd2b8c |