AWS.config.update({
accessKeyId: 'a',
secretAccessKey: 'a',
region: "us-east-1",
endpoint: "http://dynamodb-local:8000"
// endpoint: "http://localhost:8000"
// endpoint: "http://docker.for.windows.localhost:8000"
});
Asked
Active
Viewed 101 times
0

Borislav Stoilov
- 3,247
- 2
- 21
- 46