You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--delayTransientStatuses -t Causes DynamoDB to introduce delays for certain operations. DynamoDB can perform some tasks almost instantaneously, such as create/update/delete operations on tables and indexes; however, the actual DynamoDB service requires more time for these tasks. Setting this parameter helps DynamoDB simulate the behavior of the Amazon DynamoDB web service more closely. (Currently, this parameter introduces delays only for global secondary indexes that are in either CREATING or DELETING status.)
53
53
--optimizeDbBeforeStartup -o Optimizes the underlying database tables before starting up DynamoDB on your computer. You must also specify -dbPath when you use this parameter.
54
54
--migration -m After starting dynamodb local, run dynamodb migrations.
55
-
--heapInitial The initial heap size
55
+
--heapInitial The initial heap size
56
56
--heapMax The maximum heap size
57
57
--migrate -m After starting DynamoDB local, create DynamoDB tables from the Serverless configuration.
58
58
--seed -s After starting and migrating dynamodb local, injects seed data into your tables. The --seed option determines which data categories to onload.
@@ -200,7 +200,7 @@ Make sure that `serverless-dynamodb-local` is above `serverless-offline` so it w
200
200
Now your local DynamoDB database will be automatically started before running `serverless offline`.
201
201
202
202
### Using with serverless-offline and serverless-webpack plugin
203
-
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both ressources.
203
+
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both ressources.
0 commit comments