Simulates environment of AWS Lambda. You can exeute your handler function by calling handle() with request object.
handle()
handler funciton you want to execute.
Simulates AWS Lambda environment and handle request by handlerFunction.
RequestEnvelope object you want to handle by handlerFunction you set.
Results to handle request.
Generated using TypeDoc
Simulates environment of AWS Lambda. You can exeute your handler function by calling
handle()
with request object.