Difference between revisions of "Aws dynamodb create-table"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
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>
 
  
  
 
== Related terms ==
 
== Related terms ==
* [[Terraform backends]]
+
* {{terraform backends}}
  
 
== See also ==
 
== See also ==

Latest revision as of 17:23, 28 February 2023

Advertising: