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
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/sns.mdx
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,49 @@ awslocal sns unsubscribe \
186
186
LocalStack’s SNS implementation offers additional endpoints for developers located at `/_aws/sns`.
187
187
These endpoints provide the ability to access different SNS internals, like Platform Endpoint messages which are not sent to those platforms, or Subscription Tokens which you might not be able to retrieve otherwise.
188
188
189
+
190
+
### Phone opt-outs
191
+
192
+
For testing purposes, LocalStack provides an internal developer endpoint to add phone numbers to the SNS opt-out list.
193
+
194
+
In AWS, phone number opt-outs are typically handled via inbound SMS keywords (for example, `STOP`) or managed through Amazon Pinpoint. Since inbound SMS handling and Pinpoint integration are outside the scope of LocalStack’s SNS emulation, this endpoint allows you to opt-out phone numbers directly for local testing.
195
+
196
+
This is a **LocalStack internal endpoint**, not part of the AWS SNS public API.
0 commit comments