-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use aws-sdk-js resource waiter
delay
config
Until aws-sdk-js version 2.31.0 was recently released, the resource waiter that we use for table creation and deletion wasn't configurable. The (quite unreasonable high) default is `20`, which means that the waiter waits 20 seconds until checking if the resource exists, or doesn't exist anymore, respectively. Now that aws-sdk-js supports configuring the waiter delay, we set it to `1`.
- Loading branch information
1 parent
f9e3ef8
commit b6f07de
Showing
4 changed files
with
18 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
test/node_modules/aws-sdk/apis/dynamodb-2012-08-10.waiters2.json
This file was deleted.
Oops, something went wrong.