Class and Description |
---|
com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyRequestEvent
This class is for use with API Gateway WebSockets, and has been renamed explicitly as
APIGatewayV2WebSocketEvent
To integrate with API Gateway's HTTP API Events, use one of:
* APIGatewayV2HTTPEvent (payload version 2.0)
* APIGatewayProxyRequestEvent (payload version 1.0) |
com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyResponseEvent
This class is for responding to API Gateway WebSocket events, and has been renamed explicitly as
APIGatewayV2WebSocketResponse
To response to API Gateway's HTTP API Events, use APIGatewayV2HTTPResponse |
Method and Description |
---|
com.amazonaws.services.lambda.runtime.events.models.s3.S3EventNotification.S3ObjectEntity.getSize()
use
S3EventNotification.S3ObjectEntity.getSizeAsLong() instead. |
com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.withPathParamters(Map<String, String>)
Because of typo in method's name, use
APIGatewayProxyRequestEvent.withPathParameters(java.util.Map<java.lang.String, java.lang.String>) instead. |
com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.withQueryStringParamters(Map<String, String>)
Because of typo in method's name, use
APIGatewayProxyRequestEvent.withQueryStringParameters(java.util.Map<java.lang.String, java.lang.String>) instead. |
Copyright © 2020. All rights reserved.