Hi Ryan,
First of all: Great job! I have successfully used this library for Http(s) GET, PUT and POST invocations on my AWS API Gateway API entry, secured by AWS IAM. Again, thank you for your work!
My question is as follows: when I try to use it for a Http DELETE invocation, I get:
ca.ryangreen.apigateway.generic.GenericApiGatewayException: {"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."} (Service: execute-api; Status Code: 403; Error Code: InvalidSignatureException; Request ID: xx0000xx-x000-00x0-etc.)
Do you know what's causing this? Just like the PUT and POST calls, I'm using a request in the DELETE as well.
Best regards,
Charles Vuijst