aws-sdk-mock
aws-sdk-mock copied to clipboard
Missing region or async timeout from version 4.3.0 on
After upgrading version from 4.2.0 to 4.3.0 I'm getting "{\"error\":\"Missing region in config\"}"
error. If I provide region new AWS.DynamoDB.DocumentClient({ region: 'eu-west-2' })
it then timeouts: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
any news update ?