public class SpringBootStreamHandler extends SpringFunctionInitializer implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
Constructor and Description |
---|
SpringBootStreamHandler() |
SpringBootStreamHandler(Class<?> configurationClass) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(InputStream input,
OutputStream output,
com.amazonaws.services.lambda.runtime.Context context) |
apply, close, function, getInputType, initialize
public SpringBootStreamHandler()
public SpringBootStreamHandler(Class<?> configurationClass)
public void handleRequest(InputStream input, OutputStream output, com.amazonaws.services.lambda.runtime.Context context) throws IOException
handleRequest
in interface com.amazonaws.services.lambda.runtime.RequestStreamHandler
IOException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.