I am looking at camunda cloud for orchestration of lambda function . I would like know how I can do unit test like we do in camunda and springboot ? How the best CI/CD pipeline can setup with this kind of set up - ASW lambda + Camunda cloud ?
1 Like
Hi @anishkuti,
You need a continuously running worker to poll Zeebe for jobs, so it is not a good match for AWS lambdas.
I did an experiment with a single running worker that can invoke lambdas over REST: https://github.com/jwulf/zeebe-zero-scale.
However, you need to have at least one worker running continuously, so you have to maintain infrastructure for it.
Josh
1 Like