Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
phuhung273 committed Feb 1, 2025
1 parent 3aceebe commit 6e67f56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/aws-apigatewayv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,10 @@ Common config for both HTTP API and WebSocket API
Represents a collection of route settings.

```ts
declare const api: apigwv2.HttpApi;

new apigwv2.HttpStage(this, 'HttpStageWithProperties', {
httpApi: api,
throttle: {
rateLimit: 1000,
burstLimit: 1000,
Expand Down

0 comments on commit 6e67f56

Please sign in to comment.