Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 443 Bytes

File metadata and controls

20 lines (11 loc) · 443 Bytes

step-functions-framework

Step Functions Framework with ECS Cluster Orchestration

Step Functions Framework provides ECS Cluster Orchestration for running jobs as Step Functions State Machines.

This is composed of two generic lambda functions (Launcher and Cleanup)

Build Launcher Lambda:

cd step-worker-launcher make build

Build Cleanup Lambda:

cd step-worker-cleanup make build

For more details refer to the related blog posts.