Skip to content

Commit 2b91eae

Browse files
fixing npm errors and broken build
1 parent 9dc54f2 commit 2b91eae

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/aws/services

1 file changed

+2
-1
lines changed

src/content/docs/aws/services/sns.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ For testing purposes, LocalStack provides an internal developer endpoint to add
193193

194194
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.
195195

196-
This is a **LocalStack internal endpoint**, not part of the AWS SNS public API.
196+
This is a LocalStack internal endpoint, not part of the AWS SNS public API.
197197

198198
```
199199
POST /_aws/sns/phone-opt-outs
@@ -208,6 +208,7 @@ POST /_aws/sns/phone-opt-outs
208208

209209
The opt-out list is account-wide and stored under the default region `us-east-1`.
210210

211+
211212
#### Create phone opt-out list
212213

213214
Add a phone number to create the opt-out list:

0 commit comments

Comments
 (0)