| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
static HttpLambdaIntegration.Builder |
HttpLambdaIntegration.Builder.create(String id,
IFunction handler) |
HttpLambdaIntegration.Builder |
HttpLambdaIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpLambdaIntegration.Builder |
HttpLambdaIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
(experimental) Version of the payload sent to the lambda handler.
|
Copyright © 2022. All rights reserved.