Skip to content

Commit dcc3169

Browse files
committed
fix: include 408 (timeout) in statemachine responses
1 parent 14204bc commit dcc3169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export class StateMachineEndpoint extends Construct {
6565
methodResponses: [
6666
{statusCode: "200"},
6767
{statusCode: "400"},
68+
{statusCode: "408"},
6869
{statusCode: "500"}
6970
]
7071
})

0 commit comments

Comments
 (0)