Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expections should support out of order execution #44

Open
1 of 24 tasks
placeybordeaux-remitly opened this issue Feb 4, 2022 · 1 comment
Open
1 of 24 tasks

Expections should support out of order execution #44

placeybordeaux-remitly opened this issue Feb 4, 2022 · 1 comment

Comments

@placeybordeaux-remitly
Copy link

placeybordeaux-remitly commented Feb 4, 2022

#15 identified this problem with BatchWriteItem, but I believe it applies to the other Item expectations as well.

The following is a list of support for out of order execution:

  • BatchGetItem
  • BatchGetItemWithContext
  • BatchWriteItem
  • BatchWriteItemWithContext
  • CreateTable
  • CreateTableWithContext
  • DeleteItem
  • DeleteItemWithContext
  • DescribeTable
  • DescribeTableWithContext
  • GetItem
  • GetItemWithContext
  • PutItem
  • PutItemWithContext
  • Query
  • QueryWithContext
  • Scan
  • ScanWithContext
  • TransactWriteItems
  • TransactWriteItemsWithContext
  • UpdateItem
  • UpdateItemWithContext
  • WaitTableExist
  • WaitTableExistWithContext
@placeybordeaux-remitly
Copy link
Author

See #45 for GetItem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant