Skip to content

Commit b073bea

Browse files
docs: updated TOC
1 parent b0b4be2 commit b073bea

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,27 @@ This is the Serverless Framework plugin for AWS Step Functions.
2929
- [Setting API keys for your Rest API](#setting-api-keys-for-your-rest-api)
3030
- [Schedule](#schedule)
3131
- [Enabling / Disabling](#enabling--disabling)
32+
- [Specify Name and Description](#specify-name-and-description)
33+
- [Scheduled Events IAM Role](#scheduled-events-iam-role)
34+
- [CloudWatch Event](#cloudwatch-event)
35+
- [Simple event definition](#simple-event-definition)
36+
- [Enabling / Disabling](#enabling--disabling-1)
37+
- [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)
3253

3354
## Install
3455

@@ -844,11 +865,11 @@ stepFunctions:
844865
...
845866
```
846867

847-
### Tags
868+
## Tags
848869

849870
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.
850871

851-
## Command
872+
## Commands
852873

853874
### deploy
854875

@@ -980,7 +1001,7 @@ plugins:
9801001
- serverless-pseudo-parameters
9811002
```
9821003

983-
### Retry Failture
1004+
### Retry Failure
9841005

9851006
``` yaml
9861007
functions:

0 commit comments

Comments
 (0)