ControllerAction typedef

ControllerAction = Future<AwsApiGatewayResponse> Function(Context context, AwsApiGatewayEvent event)

Implementation

typedef ControllerAction = Future<AwsApiGatewayResponse> Function(Context context, AwsApiGatewayEvent event);