8000 feature request: Mocking for Step functions workflow started with StartSyncExecution · Issue #12711 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content
feature request: Mocking for Step functions workflow started with StartSyncExecution #12711
Open
@carole-lavillonniere

Description

@carole-lavillonniere

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

The current Step Functions mocking feature is limited to execution started with the StartExecution API (standard and express workflows). Example:

LOCALSTACK_SFN_MOCK_CONFIG=/tmp/MockConfigFile.json \
  localstack start --volume ./MockConfigFile.json:/tmp/MockConfigFile.json

awslocal stepfunctions start-execution \
    --state-machine arn:aws:states:us-east-1:000000000000:stateMachine:step-functions-mocking-StockTradingStateMachine-XXXXXXXX#BuyStockTestCase

Express workflows started with StartSyncExecution ignore the mocking configuration.

Feature Request: extend the Step Functions mocking capability to support StartSyncExecution, enabling consistent testing across both Standard and Express state machines.

🧑‍💻 Implementation

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    aws:stepfunctionsAWS Step Functionsstatus: backlogTriaged but not yet being worked ontype: featureNew feature, or improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0