A DynamoDB Command Line Interface with JSON I/O
Project description
Installation
pip install dynamoq
Synopsis
Use aws configure to set up your AWS command line environment.
ddb get TABLE_NAME HASH_KEY
DYNAMODB_TABLE=mytable ddb get HASH_KEY
ddb put mytable '{"key": "foo", "data": "xyz"}' '{"key": "bar", "data": "xyz"}'
ddb scan mytable
echo '{"data": "update"}' | ddb update mytable mykey
ddb update mytable mykey field1=2 field2=[] --condition "field3 eq 456"
ddb update mytable mykey field1=2 field2=[] --condition "field4 between 7,8"
See DynamoDB Conditions for more.
Links
Bugs
Please report bugs, issues, feature requests, etc. on GitHub.
License
Licensed under the terms of the Apache License, Version 2.0.
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
dynamoq-0.0.5.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file dynamoq-0.0.5.tar.gz
.
File metadata
- Download URL: dynamoq-0.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a6179ac3909b0bda1d7eeecdcca61b49e935c20a02624dddd04fc11d313fd45 |
|
MD5 | d675c6574ea756a3b0e6dbd425cec0af |
|
BLAKE2b-256 | 9639e0a665460178c6ec45d3c4c62cd2217bdbc922664b1670cbb0076fde53e7 |
File details
Details for the file dynamoq-0.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: dynamoq-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391fe5f1bd89ae15df2cf4f2d68963c84280f296e317f244c17c8d2d6c48a5da |
|
MD5 | 9fc4163ca8e66f0f9d532908c1729828 |
|
BLAKE2b-256 | 3b00c786a4667fda24c21f4950784e8166856b9330c60d2a306d98a4de8c5444 |