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
-[Specify Input or Inputpath](#specify-input-or-inputpath)
38
+
-[Specifying a Description](#specifying-a-description)
39
+
-[Specifying a Name](#specifying-a-name)
40
+
-[Tags](#tags)
41
+
-[Commands](#commands)
42
+
-[deploy](#deploy)
43
+
-[invoke](#invoke)
44
+
-[IAM Role](#iam-role)
45
+
-[Tips](#tips)
46
+
-[How to specify the stateMachine ARN to environment variables](#how-to-specify-the-statemachine-arn-to-environment-variables)
47
+
-[Sample statemachines setting in serverless.yml](#sample-statemachines-setting-in-serverlessyml)
48
+
-[Wait State](#wait-state)
49
+
-[Retry Failure](#retry-failure)
50
+
-[Parallel](#parallel)
51
+
-[Catch Failure](#catch-failure)
52
+
-[Choice](#choice)
32
53
33
54
## Install
34
55
@@ -844,11 +865,11 @@ stepFunctions:
844
865
...
845
866
```
846
867
847
-
### Tags
868
+
## Tags
848
869
849
870
You can specify tags on each state machine. Additionally any global tags (specified under `provider` section in your `serverless.yml`) would be merged in as well.
0 commit comments