public abstract class SpringRequestStreamHandler extends java.lang.Object implements com.amazonaws.services.lambda.runtime.RequestStreamHandler, ApplicationContextProvider
SpringRequestHandler, except instead of
using Java objects as parameters and letting Lambda handle the
deserialization, this class exposes the raw byte streams for manipulation.| Constructor and Description |
|---|
SpringRequestStreamHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(java.io.InputStream input,
java.io.OutputStream output,
com.amazonaws.services.lambda.runtime.Context context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationContextpublic void handleRequest(java.io.InputStream input,
java.io.OutputStream output,
com.amazonaws.services.lambda.runtime.Context context)
throws java.io.IOException
handleRequest in interface com.amazonaws.services.lambda.runtime.RequestStreamHandlerjava.io.IOException