Skip to main content

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

Index

Properties

Properties

handler

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

Type declaration

    • (request: NoInfer<EventBridgeEvent<InferFromParser<Payload, unknown>>>, context: LambdaContext<Configuration, Service, Profile>): Promisable<Try<NoInfer<InferFromParser<Result, unknown>>>>
    • Parameters

      Returns Promisable<Try<NoInfer<InferFromParser<Result, unknown>>>>

schema

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

Type declaration

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