Skip to content

Commit dd7598c

Browse files
authored
Chore: [AEA-6515] - unnecessary override of aws-cdk-lib (#667)
## Summary - Routine Change ### Details Removed unnecessary (and identical) override of method responses provided by `aws-cdk-lib`. The removal avoids warnings synthesising CDK in PSU.
1 parent e2a7721 commit dd7598c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

packages/cdkConstructs/src/constructs/RestApiGateway/StateMachineEndpoint.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,7 @@ export class StateMachineEndpoint extends Construct {
6161
}
6262
}
6363
]
64-
}), {
65-
methodResponses: [
66-
{statusCode: "200"},
67-
{statusCode: "400"},
68-
{statusCode: "500"}
69-
]
70-
})
64+
}))
7165

7266
this.resource = resource
7367
}

0 commit comments

Comments
 (0)