mbonig / state-machine

a CDK construct for Step Functions State Machines that allows for easy integration with Workflow Studio
MIT License
40 stars 4 forks source link

fix: added missing 'from' #25

Closed dmytrokosiachenko closed 1 year ago

dmytrokosiachenko commented 1 year ago

Fixes # missing 'from' in the generated State Machine .ts file.

mbonig commented 1 year ago

Thanks for catching that and submitting a PR. I believe a test will need to be updated as well before this will build.

dmytrokosiachenko commented 1 year ago

done, please approve workflow.

mbonig commented 1 year ago

Thank you for the contribution!