menu
aws_lambda_dart_runtime package
documentation
runtime/runtime.dart
runtime/runtime.dart
dark_mode
light_mode
runtime/runtime
library
Classes
Runtime
A Runtime manages the interface to the Lambda API.
Typedefs
Handler
<
E
>
=
Future
Function
(
Context
context
,
E
event
)
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.
aws_lambda_dart_runtime package
documentation
runtime/runtime.dart
aws_lambda_dart_runtime
package
Libraries
aws_lambda_dart_runtime
client/client
events/alb_event
events/alexa_event
events/apigateway_event
events/appsync_event
events/cloudwatch_event
events/cloudwatch_log_event
events/cognito_event
events/dynamodb_event
events/kinesis_data_firehose_event
events/kinesis_data_stream_event
events/s3_event
events/sqs_event
runtime/context
runtime/environment
runtime/event
runtime/exception
runtime/runtime
runtime library