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