I was wondering if its possible to create a dynamodb table from the table definition json itself? I've looked into the aws cli tool and I couldnt find any way of doing this. Just wondering if it's possible.
aws dynamodb create-table file://tabledenifision.json
Thanks!
tabledenifision.json
file? – kurtzbottabledefinition.json
file, you might use dynobase.dev/dynamodb-table-schema-design-tool. It helps me a lot. – Rafal Wiliński