You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/pinpoint/index.md
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,82 @@ The following output would be retrieved:
93
93
}
94
94
}
95
95
```
96
+
97
+
### OTP verification
98
+
99
+
The operations [`SentOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-otp.html#SendOTPMessage) and [`VerifyOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-verify-otp.html#VerifyOTPMessage) are used for one-time password (OTP) verification.
100
+
101
+
On production AWS, `SendOTPMessage` sends an actual SMS text message with the OTP code.
102
+
The OTP can then be verified against the reference ID using `VerifyOTPMessage`
103
+
104
+
LocalStack however can not send an actual SMS text message with the OTP code.
105
+
There are alternative ways to retrieve the true OTP code as illustrated below:
0 commit comments