runtime library

Classes

Runtime<T>
A Runtime manages the interface to the Lambda API. [...]

Typedefs

Handler<T>(Context context, T event) Future<InvocationResult>
A function which ingests and Event and a Context and returns a InvocationResult. The result is ecoded by the Runtime and posted to the Lambda API.