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
  
aws dynamodb create-table --table-name yourtable
+
*<code>aws dynamodb create-table --table-name yourtable</code>
  
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:19, 20 September 2021

  • aws dynamodb create-table --table-name yourtable


Related terms

See also

Advertising: