- s3BatchHandler<Configuration, Service, Profile, Result, D>(definition: D & S3BatchHandler<Configuration, Service, Profile, Result>, __namedParameters?: { _kernel?: <Configuration, Service, Profile, Result>(handler: S3BatchHandler<Configuration, Service, Profile, Result>, event: S3BatchEvent, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<S3BatchResult>> }): D & EventHandlerFn<Configuration, Service, Profile, Result>
Type parameters
Parameters
definition: D & S3BatchHandler<Configuration, Service, Profile, Result>
__namedParameters: { _kernel?: <Configuration, Service, Profile, Result>(handler: S3BatchHandler<Configuration, Service, Profile, Result>, event: S3BatchEvent, context: LambdaContext<Configuration, Service, Profile>) => Promise<Try<S3BatchResult>> } = {}
Returns D & EventHandlerFn<Configuration, Service, Profile, Result>