Example showing how to orchestrate multiple Lambda functions (microservices) using a durable function. Each Lambda function returns a synchronous response in this example.
The example also shows how X-Ray can be used to trace the execution of the orchestration.
Install dependencies:
bun installDeploy example:
bun run cdk deploy