Skip to content

Commit

Permalink
Remove identitySource altogether
Browse files Browse the repository at this point in the history
This argument is optional when using REQUEST type authorizer
  • Loading branch information
fredericbarthelet authored Apr 29, 2022
1 parent fbeefa3 commit 809c5be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constructs/aws/Webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export class Webhook extends AwsConstruct {
authorizerPayloadFormatVersion: "2.0",
authorizerType: "REQUEST",
name: `${id}-authorizer`,
identitySource: [],
enableSimpleResponses: true,
authorizerUri: Fn.join("/", [
`arn:aws:apigateway:${this.provider.region}:lambda:path/2015-03-31/functions`,
Expand Down

0 comments on commit 809c5be

Please sign in to comment.