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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,11 +98,11 @@ The following output would be retrieved:
98
98
99
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
100
101
-
On production AWS, `SendOTPMessage` sends an actual SMS text message with the OTP code.
101
+
On production AWS, `SendOTPMessage` sends an SMS text message with the OTP code.
102
102
The OTP can then be verified against the reference ID using `VerifyOTPMessage`
103
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:
104
+
LocalStack however can not send an real SMS text messages.
105
+
Instead it provides alternative ways to retrieve the actual OTP code as illustrated below:
0 commit comments