We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a0748 commit 53e513dCopy full SHA for 53e513d
kong/plugins/aws-lambda/handler.lua
@@ -96,7 +96,7 @@ function AWSLambdaHandler:access(conf)
96
headers = {
97
["X-Amz-Target"] = "invoke",
98
["X-Amz-Invocation-Type"] = conf.invocation_type,
99
- ["X-Amx-Log-Type"] = conf.log_type,
+ ["X-Amz-Log-Type"] = conf.log_type,
100
["Content-Type"] = "application/x-amz-json-1.1",
101
["Content-Length"] = upstream_body_json and tostring(#upstream_body_json),
102
},
0 commit comments