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.IOExceptionCopyright © 2025. All rights reserved.