public abstract class HookLambdaWrapper<TargetT,CallbackT,ConfigurationT> extends HookAbstractWrapper<TargetT,CallbackT,ConfigurationT> implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
HTTP_CLIENT| Constructor and Description |
|---|
HookLambdaWrapper() |
HookLambdaWrapper(CredentialsProvider providerCredentialsProvider,
CloudWatchLogPublisher providerEventsLogger,
LogPublisher platformEventsLogger,
MetricsPublisher providerMetricsPublisher,
software.amazon.cloudformation.resource.SchemaValidator validator,
Serializer serializer,
software.amazon.awssdk.http.SdkHttpClient httpClient,
Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(InputStream inputStream,
OutputStream outputStream,
com.amazonaws.services.lambda.runtime.Context context) |
invokeHandler, processRequestpublic HookLambdaWrapper()
public HookLambdaWrapper(CredentialsProvider providerCredentialsProvider, CloudWatchLogPublisher providerEventsLogger, LogPublisher platformEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient, Cipher cipher)
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.