Interface ReduceFunctionProps<T>

Properties used to invoke {ReduceFunction}.

interface ReduceFunctionProps<T> {
    credentials?: AwsCredentialIdentity;
    targets: readonly T[];
}

Type Parameters

  • T

Properties

credentials?: AwsCredentialIdentity

AWS credentials for the reduce function

targets: readonly T[]

Targets returned from map functions

Generated using TypeDoc