Skip to content

Commit

Permalink
Adding requestParameters field to the WebSocketRouteIntegrationConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FayezX authored Jan 25, 2024
1 parent 1dbfa14 commit 0eeca3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class WebSocketAwsIntegration extends WebSocketRouteIntegration {
uri: this.props.integrationUri,
method: this.props.integrationMethod,
credentialsRole: this.props.credentialsRole,
requestParameters: this.props.requestParameters,
requestTemplates: this.props.requestTemplates,
templateSelectionExpression: this.props.templateSelectionExpression,
};
Expand Down

0 comments on commit 0eeca3a

Please sign in to comment.