Skip to content

Support DependsOn #158

@awolden

Description

@awolden

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions