Lambda Handler Signature
The entry-point contract: the runtime deserializes the trigger's JSON into an event object and passes it with a context object (request ID, remaining time, memory config) to handler(event, context); the returned value is serialized back to the caller only on synchronous invokes.
This Concept is waiting for its first lesson!
The entry-point contract: the runtime deserializes the trigger's JSON into an event object and passes it with a context object (request ID, remaining time, memory config) to handler(event, context); the returned value is serialized back to the caller only on synchronous invokes.
Are you a teacher? Sign in to start contributing.
Sign In