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

DynamoDB Spec Ambiguites #466

Merged
merged 3 commits into from
Dec 6, 2021
Merged

Conversation

astorm
Copy link
Contributor

@astorm astorm commented Jul 6, 2021

This PR is the start of a discussion related to a few edge cases w/r/t the DynamoDB API. Specifically

  1. There are a number of API methods that can operate on multiple tables, which creates some ambiguity as to what the speced behavior for naming should be (batchGetItem, batchWriteItem, etc. https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#batchWriteItem-property)

  2. There are a number of API methods that allow querying by an alternate query language named PartiQL (executeStatement, etc. https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#executeStatement-property)

  3. There are API methods where TableName is not available, but a Table ARN is available (listExports etc. https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#listExports-property)

@astorm astorm requested review from a team as code owners July 6, 2021 22:06
@apmmachine
Copy link

apmmachine commented Jul 6, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-12-06T05:06:00.583+0000

  • Duration: 4 min 42 sec

  • Commit: 6793016

@astorm astorm merged commit 8dbff1a into elastic:master Dec 6, 2021
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

Successfully merging this pull request may close these issues.

5 participants