Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenericApiGatewayClient class is using depricated methods #2

Open
krishna141 opened this issue Sep 21, 2017 · 2 comments
Open

GenericApiGatewayClient class is using depricated methods #2

krishna141 opened this issue Sep 21, 2017 · 2 comments

Comments

@krishna141
Copy link

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();

@rpgreen
Copy link
Owner

rpgreen commented Sep 21, 2017

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.

@zoranpolic
Copy link

I tried to create a PR, but it wouldn't let me. I forked your repository and replaced deprecated methods with commit 1ef94b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants