aws: error: argument --table-name is required

aws dynamodb create-table --attribute-definitions AttributeName=people_id,AttributeType=N   AttributeName=name,AttributeType=S --table-name People --key-schema    AttributeName=people_id,KeyType=HASH
相關文章
相關標籤/搜索