Skip to main content

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

Index

Properties

Properties

handler

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

Type declaration

schema

schema: { payload?: Schema<Payload>; result?: Schema<Result> }

Type declaration

  • optionalpayload?: Schema<Payload>
  • optionalresult?: Schema<Result>