Difference between revisions of "Aws dynamodb create-table"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://docs.aws.amazon.com/cli/latest/reference/dynamodb/create-table.html
 
* https://docs.aws.amazon.com/cli/latest/reference/dynamodb/create-table.html
  
*<code>aws dynamodb create-table --table-name yourtable</code>
+
aws dynamodb create-table --table-name yourtable
 
+
aws: error: the following arguments are required: [[--attribute-definitions]], [[--key-schema]]
*<code>aws: error: the following arguments are required: [[--attribute-definitions]], [[--key-schema]]</code>
 
  
  

Revision as of 11:38, 10 March 2022

aws dynamodb create-table --table-name yourtable
aws: error: the following arguments are required: --attribute-definitions, --key-schema


Related terms

See also

Advertising: