Create a transaction without wrapper #2591
Unanswered
Jim-salies
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to create a transaction without being forced to execute the whole transaction inside a wrapper.
Why I want to do this : I'm using middlewares (something similar to middy for lambda) which won't allow me to easily use transactions the way it is proposed in documentation.
for example :
instead of :
I would like to do
thanks in advance 🙏
EDIT : I'm pretty sure that I can make it with nasty magic with promise but I would rather avoid this kind of dark magic
Beta Was this translation helpful? Give feedback.
All reactions