public static class IJavaScriptLambdaHandler.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IJavaScriptLambdaHandler
software.amazon.jsii.JsiiObject.InitializationModeIJavaScriptLambdaHandler.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
fn(Object event,
Object context,
Object callback)
The main Lambda entrypoint.
|
protected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public void fn(Object event, Object context, Object callback)
fn in interface IJavaScriptLambdaHandlerevent - Event sources can range from a supported AWS service or
custom applications that invoke your Lambda function. For examples, see
[Sample Events Published by Event
Sources](https://docs.aws.amazon.com/lambda/latest/dg/eventsources.html).context - AWS Lambda uses this parameter to provide details of your
Lambda function's execution. For more information, see [The Context
Object](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html).callback - The Node.js runtimes v6.10 and v8.10 support the optional
callback parameter. You can use it to explicitly return information back
to the caller. Signature is `callback(err, response)`.Copyright © 2018. All rights reserved.