clientContext property

String? clientContext
final

Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.

Implementation

final String? clientContext;