How to apply seata with AWS lambda or step functions?

hs1rzwqc  于 2023-02-04  发布在  其他
关注(0)|答案(2)|浏览(164)

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.

7qhs6swi

7qhs6swi1#

Sorry, there is only Java client currently.

I'm planning to do multilingual support.

f0brbegy

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

相关问题