Hi folks,
Currently I want to use seata in aws step function and those step functions are implemented with Python.
Is it poosible to apply seata to AWS Lambda ?
Is there a client library that is made of language other than Java?
If there is no client library made of language other than Java, is it technically possible to develop an client library with Python or javascript?
Regards.
2条答案
按热度按时间7qhs6swi1#
Sorry, there is only Java client currently.
I'm planning to do multilingual support.
f0brbegy2#
SEATA will provide Saga mode in July. Saga mode is defined based on state machine. It can provide similar functions as step function and can implement distributed transactions in Saga mode. It is recommended to consider Seata instead of step funtion, although it is java language. But it can also be deployed to AWS lambda