dynamodb on local code example
Example 1: aws local endpoint dynamodb
aws dynamodb list-tables --endpoint-url http://localhost:8000
Example 2: how to change dynamodb port number
$ java -jar DynamoDBLocal.jar
Initializing DynamoDB Local with the following configuration:
Port: 8000
InMemory: false
DbPath: null
SharedDb: false
shouldDelayTransientStatuses: false
CorsParams: *