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 425e34d commit 3aceebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-apigatewayv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ Common config for both HTTP API and WebSocket API
Represents a collection of route settings.

```ts
new apigw.HttpStage(this, 'HttpStageWithProperties', {
new apigwv2.HttpStage(this, 'HttpStageWithProperties', {
throttle: {
rateLimit: 1000,
burstLimit: 1000,
Expand Down

0 comments on commit 3aceebe

Please sign in to comment.