- sqsGroupHandler<Configuration, Service, Profile, Payload, D>(definition: D & SQSGroupHandler<Configuration, Service, Profile, Payload>, __namedParameters?: { _kernel?: <Configuration, Service, Profile, Payload>(handler: SQSGroupHandler<Configuration, Service, Profile, Payload>, events: SqsRecordSchema[], context: LambdaContext<Configuration, Service, Profile>) => Promise<SQSBatchResponse | void> }): D & EventHandlerFn<Configuration, Service, Profile>
Type parameters
Parameters
definition: D & SQSGroupHandler<Configuration, Service, Profile, Payload>
__namedParameters: { _kernel?: <Configuration, Service, Profile, Payload>(handler: SQSGroupHandler<Configuration, Service, Profile, Payload>, events: SqsRecordSchema[], context: LambdaContext<Configuration, Service, Profile>) => Promise<SQSBatchResponse | void> } = {}
Returns D & EventHandlerFn<Configuration, Service, Profile>