Skip to content

Add the current stage name into the State Machine name #44

Closed
@justinmchase

Description

@justinmchase

I have multiple stages deployed to my account and currently this:

stepFunctions:
  stateMachines:
    Example: ...

Will create a StateMachine like this:

ExampleStepFunctionsStateMachine-QWUYMJP6O0QH

The problem is that I have maybe half a dozen stages in a single account and I cannot tell the difference between them now. I would have 6 ExampleStepFunctionStateMachine-* state machines and there is no way to distinguish which is staging and which is prod for example.

What would be really nice is just if the name of the created state machine also had the stage in it, for example:

ExampleProdStepFunctionsStateMachine-QWUYMJP6O0QH
ExampleStagStepFunctionsStateMachine-IOUME4NGKVE2

etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions