We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6258362 commit ad03243Copy full SHA for ad03243
FIS-experiments/init-resources.sh
@@ -18,7 +18,7 @@ awslocal dynamodb create-table \
18
--table-name Products \
19
--attribute-definitions AttributeName=id,AttributeType=S \
20
--key-schema AttributeName=id,KeyType=HASH \
21
- --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
+ --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
22
23
24
# create Lambdas
0 commit comments