Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Bondari authored and tyler-ball committed Mar 10, 2022
1 parent 1b701b8 commit 4c4a733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/aws-lambda/v4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ local function derive_signing_key(kSecret, date, region, service)
end

local function prepare_awsv4_request(tbl)
local domain = tbl.domain or "amazonaws.com"
local region = tbl.region
local service = tbl.service
local request_method = tbl.method
Expand Down

0 comments on commit 4c4a733

Please sign in to comment.