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. |
Release files for flask-session-custom 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flask-session-custom-0.1.1.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flask_session_custom-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.3 kB
Release files / flask-session-custom-0.1.1.tar.gz
| Download URL | flask-session-custom-0.1.1.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db2864478162e6ef4b873f5a1835a2b32200d69efbcdb26ab5a93e5f1f6d9a85
|
|
BLAKE2b-256 checksum How to use checksums |
97a4c209cd4f55246514149c47db6f3050ff4e8bd3672ad87c30d137dd0853da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / flask_session_custom-0.1.1-py3-none-any.whl
| Download URL | flask_session_custom-0.1.1-py3-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
46209381a5a45986028e205f88bc1286d371a66cab2dbed28e24f7385afc38e3
|
|
BLAKE2b-256 checksum How to use checksums |
7031d3ba7068038cc583dec6af2402f3cbb6fb7cc6d1a549a785320151bd2b8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|