| aws dynamodb create-table \ | |
| --table-name AzureFacts \ | |
| --attribute-definitions \ | |
| AttributeName=Fact,AttributeType=S \ | |
| --key-schema AttributeName=Fact,KeyType=HASH \ | |
| --provisioned-throughput ReadCapacityUnits=3,WriteCapacityUnits=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment