Skip to content

Commit f499aaf

Browse files
author
Or Zarchi
committed
fix: fix invalid lambda_proxy template
1 parent effcfd1 commit f499aaf

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")",
7373
"isBase64Encoded": false

0 commit comments

Comments
 (0)