question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AppSync: support TransactWriteItems

See original GitHub issue

Support TransactWriteItems in DynamoDB resolvers.

Use Case

To make a TransactWriteItems request to DynamoDB to write multiple items.

Proposed Solution

Add a TransactItem class that wraps the table name and MappingTemplates for the Put, Update and Delete operations. This requires some refactoring to reuse the dynamoDbXxxItem functions, which include the “version” and “operation” attributes.

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
MrArnoldPalmercommented, Apr 22, 2021

I believe it still will be as users will still want to use TransactWriteItems in VTL.

0reactions
github-actions[bot]commented, Jun 21, 2022

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Does AppSync support TransactWriteItems resolver? #93
Hi guys. I have a question: Does AppSync support TransactWriteItems resolver? Because I have such error on eu-central-1: { "data": ...
Read more >
Tutorial: DynamoDB Transaction Resolvers - AWS AppSync
AWS AppSync supports using Amazon DynamoDB transaction operations across one or more ... Supported operations are TransactGetItems and TransactWriteItems .
Read more >
DynamoDB TransactWriteItems in AppSync resolver
Hi, the DynamoDB resolvers in AWS AppSync do not support the transactional APIs at this time (Jan 2019). This is on our roadmap...
Read more >
How to use DynamoDB with AppSync
AppSync natively supports reading and writing data from/to DynamoDB tables. This is done through the DynamoDB data source that defines the ...
Read more >
DynamoDB — Boto3 Docs 1.26.37 documentation
Amazon DynamoDB is a fully managed NoSQL database service that provides fast ... item in a similar manner to ConditionCheck in the TransactWriteItems...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found