Skip to content

Latest commit

 

History

History

README.md

lambda-orchestration

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.

Deployment

Install dependencies:

bun install

Deploy example:

bun run cdk deploy