Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 395 Bytes

File metadata and controls

19 lines (12 loc) · 395 Bytes

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