You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenericApiGatewayClient class is using 4 deprecated methods mentioned below.
Could You please help to update the code to remove these deprecated methods.
Thanks, I am aware of this. Some internal APIs are needed in order to override the appropriate behaviour. If you can find a better way please send a PR.
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, executionContext).getAwsResponse();
The text was updated successfully, but these errors were encountered: