Background: I'm creating kind of simplified pseudo-ORM for use in Django. Classes obviously use CamelCase convention, while Django app is underscored lowercase. Which leaves me with a few options:
app_name_someclass
app_name_some_class
app_name.SomeClass
Are there any well established naming conventions for DynamoDB? So far, from what I've seen in examples, it seems that it's free-for-all.
It's free for all. I name tables as "users"
, "secret-files"
, "seen-blog-posts"
, and their attributes as "user.name"
, "date.recent.iso"
, etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With