I am trying to authenticate apigateway which executes lambda functions and for some reasonI keep on getting The request signature we calculated does not match the signature you provided.. This library works fine when I use one of the examples that uses request library but not when I use supertest library. Any help?
I am trying to authenticate apigateway which executes lambda functions and for some reasonI keep on getting
The request signature we calculated does not match the signature you provided.
. This library works fine when I use one of the examples that uses request library but not when I use supertest library. Any help?