No project description provided
Project description
EN | JA
AWS Chains
AWS Chains is a wrapper for writing boto3 as method chain.
DynamoChain
How to Use
- Create instance
db = DynamoChain(table)
- Query to DynamoDB
result = ( db.key_condition(Key("ForumName").eq("Amazon DynamoDB")) .key_condition(Key("Subject").gte("DynamoDB Thread 1")) .filter(Attr("LastPostedBy").eq("User A")) .or_.filter(Attr("Views").eq(0)) .limit(2) .desc() .query_all() )
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
awschains-0.0.3.tar.gz
(19.5 kB
view details)
Built Distribution
awschains-0.0.3-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file awschains-0.0.3.tar.gz
.
File metadata
- Download URL: awschains-0.0.3.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4bad4c034d5b686d22185e16d7bb809057f2fb52fddb9b4b8ae46cd47c4282 |
|
MD5 | a51f7785c72d5b8ca9c402a7b2e0dc11 |
|
BLAKE2b-256 | a56c71b97b1a4d1a83c3b1ef2ed08fc04551da07c27d07d1e77bec3d138f7bb9 |
File details
Details for the file awschains-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: awschains-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1890968fcce3203f6f39aa3a887e2c6bb0b2adb585e32022a51f5566c06cd579 |
|
MD5 | 272dae1b045afdb6c28e227f7d269945 |
|
BLAKE2b-256 | 02086ba0f24fff40af13681d22b56a06fe2a77a9eb71ec91f057212e787710a5 |