Why does AWS Pinpoint (@aws-sdk/client-pinpoint) Not Correctly Return OTP Verification Attempts? #5406
-
Using AWS Pinpoint, our team aims to track and display the amount of attempts remaining for users who enter an incorrect OTP Passcode via AWS Pinpoint. Upon making a request to
It should be noted that the account is currently in Sandbox mode. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Resolving as the data returned here is simply |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Resolving as the data returned here is simply
$metadata
which is returned with any AWS SDK response for debugging purposes only. There is currently no way that AWS tracks user OTP attempts and returns it to the client, ideally this is a nice to have feature but the workaround is to easily track attempts within your own application.