Skip to content

Commit 2051a9b

Browse files
committed
docs: apigv1 edit
1 parent 8e0bd65 commit 2051a9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform/src/components/aws/apigatewayv1.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,8 +1201,6 @@ export class ApiGatewayV1 extends Component implements Link.Linkable {
12011201
* Then define your usage plan.
12021202
*
12031203
* ```js title="sst.config.ts"
1204-
* const api = new sst.aws.ApiGatewayV1("MyApi");
1205-
*
12061204
* const plan = api.addUsagePlan("MyPlan", {
12071205
* throttle: {
12081206
* rate: 100,

0 commit comments

Comments
 (0)