Skip to content

Commit 8c03e05

Browse files
authored
Merge pull request #278 from WhispRnD/fix_lambda_proxy
fix invalid lambda_proxy template
2 parents e0aae30 + f499aaf commit 8c03e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploy/events/apiGateway/methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ const LAMBDA_PROXY_REQUEST_TEMPLATE = `
6565
#set( $map = $context.identity )
6666
"identity": $loop,
6767
"domainName": "$context.domainName",
68-
"apiId": "$context.apiId",
6968
#set( $map = $context.authorizer )
7069
"authorizer": $loop,
70+
"apiId": "$context.apiId"
7171
},
7272
"body": "$util.escapeJavaScript("$body").replaceAll("\\\\'", "'")",
7373
"isBase64Encoded": false

0 commit comments

Comments
 (0)