public abstract class LambdaWrapper<ResourceT,CallbackT,ConfigurationT> extends AbstractWrapper<ResourceT,CallbackT,ConfigurationT> implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
HTTP_CLIENT| Constructor and Description |
|---|
LambdaWrapper() |
LambdaWrapper(CredentialsProvider providerCredentialsProvider,
LogPublisher platformEventsLogger,
CloudWatchLogPublisher providerEventsLogger,
MetricsPublisher providerMetricsPublisher,
software.amazon.cloudformation.resource.SchemaValidator validator,
Serializer serializer,
software.amazon.awssdk.http.SdkHttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(InputStream inputStream,
OutputStream outputStream,
com.amazonaws.services.lambda.runtime.Context context) |
invokeHandler, processRequestpublic LambdaWrapper()
public LambdaWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient)
public void handleRequest(InputStream inputStream, OutputStream outputStream, com.amazonaws.services.lambda.runtime.Context context) throws IOException, TerminalException
handleRequest in interface com.amazonaws.services.lambda.runtime.RequestStreamHandlerIOExceptionTerminalExceptionCopyright © 2019 Amazon Web Services, Inc. All Rights Reserved.