public interface RequestStreamHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(InputStream input,
OutputStream output,
Context context)
Handles a Lambda Function request
|
void handleRequest(InputStream input, OutputStream output, Context context) throws IOException
input
- The Lambda Function input streamoutput
- The Lambda function output streamcontext
- The Lambda execution environment context object.IOException
Copyright © 2020. All rights reserved.