Skip to content

Commit

Permalink
docs(apigatewayv2-integrations): add StepFunctions Integration to t…
Browse files Browse the repository at this point in the history
…able of contents (aws#30387)

### Issue # (if applicable)

None

### Reason for this change

The index of `Stepfunctions Integration` is missed.

### Description of changes

```
- [HTTP APIs](#http-apis)
  - [Lambda Integration](#lambda)
  - [HTTP Proxy Integration](#http-proxy)
  - [StepFunctions Integration](#stepfunctions-integration) // added
```

### Description of how you validated changes

None

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
badmintoncryer authored and atanaspam committed Jun 3, 2024
1 parent c37bafd commit 429984f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [HTTP APIs](#http-apis)
- [Lambda Integration](#lambda)
- [HTTP Proxy Integration](#http-proxy)
- [StepFunctions Integration](#stepfunctions-integration)
- [Private Integration](#private-integration)
- [Request Parameters](#request-parameters)
- [WebSocket APIs](#websocket-apis)
Expand Down

0 comments on commit 429984f

Please sign in to comment.