bcherukuri
Results
2
comments of
bcherukuri
I believe this is due to the wrong `hmac` lua approach lua-resty-aws is calling: ` local h = resty_hmac:new() ` Where as lua-resty-hmac is expecting ``` function _M.new(self, key, hash_algo)...
facing same for me.