You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional commitNow param to dql.mutate. Implement dql.commit. (#44)
Currently, there is no option to utilize the commit endpoint within
Lambda functions. As transactions play a crucial role in various Lambda
operations, enabling access to the commit endpoint would be advantageous
for all Lambda users.
The implementation of this feature is straightforward and does not pose
a risk of breaking existing Lambda sources. This enhancement would
greatly benefit Lambda users by providing a streamlined way to manage
transactions within their functions.
0 commit comments