aaronshaf/dynamodb-admin

How to create table?

ZedZipDev opened this issue · 1 comments

How can I create a table via dynamodb-admin?
I try to do it but can create table with one id and no more attributes.
What do I wrong?

DynamoDB is schema-less. The hash key is the only thing you have to specify when creating the table. When you add a new item to the table, it can have whatever attributes you want it to have in addition to the hash key.