dlydiard / ddd-cqrs-es-aws-sam

Comprehensive Domain Driven Design, CQRS, and Event Sourcing example utilizing AWS SAM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create saga (workflow) as an example of multi aggregate transactions

dlydiard opened this issue · comments

since AWS SAM doesn't support step functions directly, i left this out of the project.

creating step functions in templates is a bit messy and creates hard to maintain code. see #12 which will make step function creation much cleaner.