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!