awslabs / awslabs/dynamodb-shell
Python (and possible other languages) SDK to be used within code
- Dominant language
- C++
- Stars
- 165
- Forks
- 14
- Avg merge
- 9h 31m
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
In one of my use cases, I need to automate some of the queries using our code base in Python. With existing solution I can not do that.
**Describe the solution you'd like**
Would be nice to have an SDK to install like any other packages which allow me to run the SQL queries against the ddb
**Describe alternatives you've considered**
Using boto3 put_item and manually creating a large json record into ddb map
OR
I need to
1- compile the code for amazon linux
2- create a lambda layer and copy the binary/libraries
3- the run the binary with Python in my Lambda function
Contributor guide
Assessment
This issue has not been assessed yet.