HTTPEventHandler <Configuration, Service, Profile, Body, Path, Query, Headers, Result, Security, Authorizer, GV>
Index
Properties
optionalbodyType
handler
Type declaration
Parameters
request: NoInfer<HTTPRequest<Body, Path, Query, Headers, Security, Authorizer, GV>>
context: LambdaContext<Configuration, Service, Profile>
Returns Promisable<Try<{ [ KeyType in string | number | symbol ]: IfEmptyObject<NoInfer<Result>, HTTPResponse<number, unknown, HTTPHeaders>, _HTTPResponses<NoInfer<Result>>>[KeyType] }>>
optionalmethod
optionalpath
schema
Type declaration
optionalauthorizer?: Authorizer
optionalbody?: Schema<Body>
optionalheaders?: Schema<Headers>
optionalpath?: Schema<Path>
optionalquery?: Schema<Query>
responses: Result