-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
Description
This is a Feature Proposal
Description
This plugin should support the dependsOn:
property when generating the cloudformation for a workflow.
The main use case is for when we depend on an manually defined state machine role in the serverless.yml file. With the new batch functionality in workflows we have to manually create our role, but there is no way to do:
dependsOn: StateMachineRole
role:
Ref: StateMachineRole
This results in the cloudformation failing because the role isn't created by the time the workflow is created.
Thanks,
-Alex
dwats, cjuszczak, seanohollaren, ssetti, awolden and 3 more