Skip to content

A serverless workflow using AWS Step Functions that invokes multiple AWS Lambda functions. A workflow coordinated all lambda functions according to the logic defined and passed data from one state to another.

Notifications You must be signed in to change notification settings

Jasmine-maryj/organize-serverless-e-commerce-deliveries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

organize-serverless-e-commerce-deliveries

Step Functions is a serverless orchestration service that lets you easily coordinate multiple Lambda functions into flexible workflows that are easy to debug and change. Step Functions will keep your Lambda functions free of additional logic by triggering and tracking each step of your application for you. There is the possibility of a race condition if both delivery workers respond at the same time. Step functions handles race conditions and ensures that only one response is accepted and all others are rejected.

state-machine state-machine

About

A serverless workflow using AWS Step Functions that invokes multiple AWS Lambda functions. A workflow coordinated all lambda functions according to the logic defined and passed data from one state to another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published