com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyRequestEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-lambda-java-events Show documentation
Show all versions of aws-lambda-java-events Show documentation
Event interface definitions AWS services supported by AWS Lambda.
package com.amazonaws.services.lambda.runtime.events;
/**
* @deprecated
* This class is for use with API Gateway WebSockets, and has been renamed explicitly as {@link APIGatewayV2WebSocketEvent}
* To integrate with API Gateway's HTTP API Events, use one of:
* * {@link APIGatewayV2HTTPEvent} (payload version 2.0)
* * {@link APIGatewayProxyRequestEvent} (payload version 1.0)
*/
@Deprecated()
public class APIGatewayV2ProxyRequestEvent extends APIGatewayV2WebSocketEvent {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy