Skip to content

Commit

Permalink
fix(AWS API Gateway): Fix integration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 3, 2020
1 parent c5ae979 commit 09231c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plugins/aws/package/compile/events/apiGateway/index.js
Expand Up @@ -184,11 +184,14 @@ class AwsCompileApigEvents {
integration: {
anyOf: [
'LAMBDA_PROXY',
'LAMBDA-PROXY',
'LAMBDA',
'AWS',
'AWS_PROXY',
'AWS-PROXY',
'HTTP',
'HTTP_PROXY',
'HTTP-PROXY',
'MOCK',
].map(caseInsensitive),
},
Expand Down

0 comments on commit 09231c0

Please sign in to comment.