CognitoUserPoolVerifyAuthChallengeResponseEvent.RequestchallengeAnswer
property is of incorrect type
#355
Labels
events-v4
To be pulled into aws-lambda-java-event v4
The
challengeAnswer
property is defined as aMap<String, String>
(source).However, the AWS documentation here states that
challengeAnswer
will be a string.Using the
CognitoUserPoolVerifyAuthChallengeResponseEvent
class as-is results in Jackson serialization errors. For instance:The text was updated successfully, but these errors were encountered: