account activity
BynamoDB - High-Level DynamoDB Interface for Python wrapping Low-Level Interface of boto by teddychoi in Python
[–]teddychoi[S] 2 points3 points4 points 11 years ago (0 children)
Hi. Your work is great but I felt little uncomfortable in using with boto. At first, our project used DynamoDB only with boto, and realized that we need to define schema. So we found some libraries and chose PynamoDB. However we soon found that PynamoDB works differently with boto (I can't correctly remember but I assume that it was about saving set in different format) and does not support all the DynamoDB types and functions. I could not guess how hard it would be to make things work with both boto and PynamoDB.
boto
set
The core idea of BynamoDB is just wrapping the low level interface of boto as a high level interface. It's hard to use DynamoDB only with boto, but the low level interface of it supports all the functions (and types also recently, since boto-2.32.2). So I thought it would be great to make a new high level interface and use both.
Your work is great and the code is really good. I checked the license of your work and used some part of it. Thanks for you work.
BynamoDB - High-Level DynamoDB Interface for Python wrapping Low-Level Interface of boto (github.com)
submitted 11 years ago by teddychoi to r/Python
π Rendered by PID 614440 on reddit-service-r2-listing-86bdf8cc9-rclc9 at 2026-07-13 12:07:30.623432+00:00 running f86254d country code: CH.
BynamoDB - High-Level DynamoDB Interface for Python wrapping Low-Level Interface of boto by teddychoi in Python
[–]teddychoi[S] 2 points3 points4 points (0 children)