January 2019
Intermediate to advanced
520 pages
14h 32m
English
To test the tool, start the DynamoDB instance with Docker and create a table, like we did before in this chapter. Let's add four locations of two users:
cargo run -- --endpoint-url http://localhost:8000 add 651B4984-1252-4ECE-90E7-0C8B58541E7C 52.73169 41.44326cargo run -- --endpoint-url http://localhost:8000 add 651B4984-1252-4ECE-90E7-0C8B58541E7C 52.73213 41.44443cargo run -- --endpoint-url http://localhost:8000 add 651B4984-1252-4ECE-90E7-0C8B58541E7C 52.73124 41.44435cargo run -- --endpoint-url http://localhost:8000 add 7E3E27D0-D002-43C4-A0DF-415B2F5FF94D 35.652832 139.839478
We also set the --endpoint-url argument to target our client to a local DynamoDB instance. When all records have been added, we can use the list subcommand ...
Read now
Unlock full access