aws-samples / aws-stepfunctions-examples

AWS Step Functions is an orchestration service for reliably executing multi-step processes using visual workflows. This repository includes detailed examples that will help you unlock the power of serverless workflow.
MIT No Attribution
226 stars 86 forks source link

Apparent typo in Step Functions definition #16

Closed mmonette closed 2 years ago

mmonette commented 2 years ago

There appears to be a typo in sam/app-control-concurrency-with-dynamodb/statemachines/dynamodb-semaphore-cleanfromincomplete.asl.json that may cause a problem in cleanup. There are 3 instances of "lockowerid" instead of "lockownerid".

JustinCallison commented 2 years ago

Thanks @mmonette, I updated that. This wasn't a functional problem because that's just the internal label used within the DDB statements. It looks strange nonetheless, so I fixed it.