Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
Context
Step functions in Local stack uses - amazon/aws-stepfunctions-local
image. With that image, AWS offers a way to test with mocked config, link here , where we can pass the mocked config in an environment variable SFN_MOCK_CONFIG
and when invoking the step function we just have to invoke it using the State Machine ARN + '#test_name'.
Request
The functionality is already within the image,
Can Localstack help exposing that environment variable out, so that If I'm using a localstack image and provide that environment variable to my container, it can help me test my step function with the Mocked config way.
🧑💻 Implementation
No response
Anything else?
No response