Skip to content

Commit

Permalink
Merge pull request #196 from ThomasAribart/patch-2
Browse files Browse the repository at this point in the history
Improve webhooks authorization
  • Loading branch information
fredericbarthelet authored May 31, 2022
2 parents 1f61b86 + 809c5be commit b734ca0
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 @@ -127,7 +127,6 @@ export class Webhook extends AwsConstruct {
authorizerPayloadFormatVersion: "2.0",
authorizerType: "REQUEST",
name: `${id}-authorizer`,
identitySource: ["$request.header.Authorization"],
enableSimpleResponses: true,
authorizerUri: Fn.join("/", [
`arn:aws:apigateway:${this.provider.region}:lambda:path/2015-03-31/functions`,
Expand Down

0 comments on commit b734ca0

Please sign in to comment.