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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,7 @@ DynamoDB is supported in the samples and the `eqx` tool equivalent to the Cosmos
501
501
- being able to supply `dynamo` source to `eqx run` wherever `cosmos` works, e.g. `eqx run -t cart -f 50 -d 5 -CU dynamo -s http://localhost:8000 -t TableName`
502
502
- being able to supply `dynamo` flag to `eqx dump`, e.g. `eqx dump -CU "Favorites-ab25cc9f24464d39939000aeb37ea11a" dynamo`
503
503
- being able to supply `dynamo` flag to Web sample, e.g. `dotnet run --project samples/Web/ -- dynamo -s http://localhost:8000`
504
-
- being able to supply `dynamo` flag to `eqx initaws` command e.g. `eqx initaws -r 10 -w 10 dynamo -t TableName`
504
+
- being able to supply `dynamo` flag to `eqx initaws` command e.g. `eqx initaws -r 10 -w 10 -s new dynamo -t TableName`
505
505
506
506
1. The tooling and samples in this repo default to using the following environment variables (see [AWS CLI UserGuide](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html)
507
507
for more detailed guidance as to specific configuration)
@@ -523,7 +523,7 @@ DynamoDB is supported in the samples and the `eqx` tool equivalent to the Cosmos
523
523
docker compose up dynamodb-local dynamodb-admin -d
524
524
525
525
# Establish the table in us-east-1 - keys come from $EQUINOX_DYNAMO_ACCESS_KEY_ID and $EQUINOX_DYNAMO_SECRET_ACCESS_KEY
526
-
dotnet run --project tools/Equinox.Tool -- initaws -r 10 -w 10 dynamo -t TableName -su https://dynamodb.us-east-1.amazonaws.com
526
+
dotnet run --project tools/Equinox.Tool -- initaws -r 10 -w 10 -s new dynamo -t TableName -su https://dynamodb.us-east-1.amazonaws.com
527
527
528
528
# Check the status and get the streams ARN - keys come from AWS SDK config for us-east-1 region
529
529
dotnet run --project tools/Equinox.Tool -- stats dynamo -t TableName -sr us-east-1
0 commit comments