We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9612d commit 906610fCopy full SHA for 906610f
Sources/AWSLambdaEvents/Cognito.swift
@@ -23,7 +23,7 @@ public enum CognitoEvent: Equatable, Sendable {
23
public let awsSdkVersion: String
24
25
/// The ID of the user pool app client.
26
- public let clientId: String
+ public let clientId: String?
27
}
28
29
/// https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html#cognito-user-identity-pools-working-with-aws-lambda-trigger-sources
0 commit comments