You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,10 @@ It also adds an environment variable for each created state machine that contain
50
50
- `lambdaEndpoint`(defaults to `http://localhost:4000`) the endpoint for the lambda service
51
51
- `path`(defaults to `./.step-functions-local`) the path to store the downloaded step function executables
52
52
- `TaskResourceMapping`allows for Resource ARNs to be configured differently for local development
53
-
- `startStepFunctionsLocalApp` (default: true) starts AWS step function emulator. Set to false if it's running already. It needs to run on port 8083.
54
-
53
+
- `startStepFunctionsLocalApp` (default: `true`) starts AWS step function emulator. Set to false if it's running already. It needs to run on port 8083.
54
+
- `waitToStart` (default: `true`) waits on startup until AWS step function emulator is detected on port 8083
55
+
- `true`throws an error and stops serverless if emulator is not detected
56
+
- `false`emits an error to console and keeps serverless running if emulator is not detected
0 commit comments