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

Add option to return payoad for transactWrite #465

Open
shellscape opened this issue Feb 23, 2023 · 0 comments
Open

Add option to return payoad for transactWrite #465

shellscape opened this issue Feb 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@shellscape
Copy link
Collaborator

shellscape commented Feb 23, 2023

Currently, if we want to inspect the payload and its auto-generated values, we have to step outside of the Table.transactWrite method and use something like this:

    const payload = table.transactWriteParams(batch);
    await table.DocumentClient!.transactWrite(payload).promise();

I propose we add an alternative return type that would include the payload generated by transacteWriteParams so we could inspect values like sort keys with a default, generated value. e.g. payload.TransactItems[0].Put!.Item.sk.

@shellscape shellscape added the enhancement New feature or request label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant