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
相关文章
相关标签/搜索