3
votes

I'm using AppSync with aurora serverless resolvers. I would like to know if it possible to run transactions within the RDS resolvers.

I could run transactions using data api but in a lambda function resolver.

1

1 Answers

1
votes

You could write a stored procedure that you call from your AppSync resolver and have the transaction code inside.