Type Alias StreamProcessingProps

StreamProcessingProps: Omit<KinesisEventSourceProps,
    | "bisectBatchOnError"
    | "maxRecordAge"
    | "onFailure"
    | "retryAttempts">