Skip to main content

KinesisEventHandler <Configuration, Service, Profile, Payload, Return>

Index

Properties

handler

handler: (request: NoInfer<KinesisEvent<InferFromParser<Payload, unknown>>>, context: LambdaContext<Configuration, Service, Profile>) => Promisable<Try<NoInfer<void | InferFromParser<Return>>>>

Type declaration

    • (request: NoInfer<KinesisEvent<InferFromParser<Payload, unknown>>>, context: LambdaContext<Configuration, Service, Profile>): Promisable<Try<NoInfer<void | InferFromParser<Return>>>>
    • Parameters

      Returns Promisable<Try<NoInfer<void | InferFromParser<Return>>>>

optionalpayloadType

payloadType?: json | binary | plaintext

schema

schema: { payload?: Payload }

Type declaration

  • optionalpayload?: Payload
Page Options