0
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"
});
Borislav Stoilov
  • 3,247
  • 2
  • 21
  • 46

0 Answers0