apigateway-generic-java-sdk
apigateway-generic-java-sdk copied to clipboard
Simple generic Java client SDK for Amazon API Gateway endpoints
⠀⠀⠀⠀
Hi Buddy GenericApiGatewayClient class is using 4 deprecated methods mentioned below. Could You please help to update the code to remove these deprecated methods. setRegion(region); setEndpoint(endpoint); setSigner(signer); .execute(request, responseHandler, errorResponseHandler,...
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...
Upgrade to latest version of the aws api --- This change is [](https://reviewable.io/reviews/rpgreen/apigateway-generic-java-sdk/8)
Firstly, Thanks for the saviour here. when I try to use it for a Http GET invocation, I am getting: > ca.ryangreen.apigateway.generic.GenericApiGatewayException: {"message":"The request signature we calculated does not match...