Open
Description
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