public class TestClientLambda extends Object implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
S3_BUCKET_PROPERTY |
static String |
S3_KEY_PROPERTY |
static String |
S3_REGION_PROPERTY |
| Constructor and Description |
|---|
TestClientLambda() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(InputStream input,
OutputStream output,
com.amazonaws.services.lambda.runtime.Context context) |
public static final String S3_BUCKET_PROPERTY
public static final String S3_KEY_PROPERTY
public static final String S3_REGION_PROPERTY
public void handleRequest(InputStream input, OutputStream output, com.amazonaws.services.lambda.runtime.Context context) throws IOException
handleRequest in interface com.amazonaws.services.lambda.runtime.RequestStreamHandlerIOExceptionCopyright © 2017. All rights reserved.