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

sample-apps/java-events - deprecated APIGatewayV2Proxy classes #246

Open
swpalmer opened this issue Feb 23, 2021 · 1 comment
Open

sample-apps/java-events - deprecated APIGatewayV2Proxy classes #246

swpalmer opened this issue Feb 23, 2021 · 1 comment

Comments

@swpalmer
Copy link

public class Handler implements RequestHandler<APIGatewayV2ProxyRequestEvent, APIGatewayV2ProxyResponseEvent>{

These are marked as deprecated:
com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyRequestEvent;
com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyResponseEvent;

What is the non-deprecated alternative?

@devlinbd2
Copy link
Contributor

The Java file for the deprecated event shows the alternatives to use. We need to update these Java samples.

@mwunderl mwunderl changed the title Examples should not be based on deprecated classes or interfaces sample-apps/java-events - deprecated APIGatewayV2Proxy classes Oct 31, 2023
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

2 participants