#✅ - gen 2 custom mutation for batch write
1 messages · Page 1 of 1 (latest)
By batch write do you mean calling the BatchWriteIItem DynamoDB operation?
Yes @bleak spoke
I would start by creating a custom mutation following this guide: https://docs.amplify.aws/react/build-a-backend/data/custom-business-logic/
Looks like there are two options, either a custom function where you can call the DynamoDB operation directly, or perhaps a fancier option with a JS appsync resolver.
I have read this and couldn’t find what I aim to create
Thanks sharing @karmic blade
✅ - gen 2 custom mutation for batch write