Skip to main content

FirehoseTransformationEventHandler <Configuration, Service, Profile, Payload, Result>

Index

Properties

handler

handler: (request: NoInfer<FirehoseTransformationEvent<InferFromParser<Payload, unknown>>>, context: LambdaContext<Configuration, Service, Profile>) => Promisable<Try<NoInfer<FirehoseTransformationResult<InferFromParser<Result, unknown>>>>>

Type declaration

optionalpayloadType

payloadType?: json | binary | plaintext

schema

schema: { payload?: Payload; result?: Result }

Type declaration

  • optionalpayload?: Payload
  • optionalresult?: Result
Page Options