Skip to main content

eventBridgeHandler

Callable

  • eventBridgeHandler<Configuration, Service, Profile, Payload, Result, D>(definition: D & EventBridgeHandler<Configuration, Service, Profile, Payload, Result>, __namedParameters?: { _kernel?: <Configuration, Service, Profile, Payload, Result>(handler: EventBridgeHandler<Configuration, Service, Profile, Payload, Result>, event: EventBridgeSchema, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<unknown>> }): D & EventHandlerFn<Configuration, Service, Profile, Result>

  • Type parameters

    Parameters

    • definition: D & EventBridgeHandler<Configuration, Service, Profile, Payload, Result>
    • __namedParameters: { _kernel?: <Configuration, Service, Profile, Payload, Result>(handler: EventBridgeHandler<Configuration, Service, Profile, Payload, Result>, event: EventBridgeSchema, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<unknown>> } = {}

    Returns D & EventHandlerFn<Configuration, Service, Profile, Result>