- rawHandler<Configuration, Service, Profile, Payload, Result, D>(definition: D & RawHandler<Configuration, Service, Profile, Payload, Result>, __namedParameters?: { _kernel?: <Configuration, Service, Profile, Payload, Result>(handler: RawHandler<Configuration, Service, Profile, Payload, Result>, event: unknown, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<Result>> }): D & EventHandlerFn<Configuration, Service, Profile, Result>
Type parameters
Parameters
definition: D & RawHandler<Configuration, Service, Profile, Payload, Result>
__namedParameters: { _kernel?: <Configuration, Service, Profile, Payload, Result>(handler: RawHandler<Configuration, Service, Profile, Payload, Result>, event: unknown, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<Result>> } = {}
Returns D & EventHandlerFn<Configuration, Service, Profile, Result>