use utf8;
use strict;
sub handle {
my $payload = shift;
return +{"hello" => "lambda"};
}
1;