Skip to content

Commit 6ab1a8d

Browse files
adrien-chinourOskarStark
authored andcommitted
[Notifier] Add AmazonSns Bridge
1 parent 61f4807 commit 6ab1a8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

notifier.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ with a couple popular SMS services:
5757
Service Package DSN
5858
============== ==================================== ===========================================================================
5959
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
60+
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
6061
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6162
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
6263
FakeSms ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM``
@@ -96,7 +97,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
9697

9798
.. versionadded:: 5.4
9899

99-
The MessageMedia, Smsc and Yunpian integrations were introduced in Symfony 5.4.
100+
The MessageMedia, Smsc, Yunpian and AmazonSns integrations were introduced in Symfony 5.4.
100101

101102
To enable a texter, add the correct DSN in your ``.env`` file and
102103
configure the ``texter_transports``:
@@ -161,6 +162,7 @@ integration with these chat services:
161162
============== ==================================== ===========================================================================
162163
Service Package DSN
163164
============== ==================================== ===========================================================================
165+
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
164166
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
165167
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM``
166168
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
@@ -191,6 +193,10 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
191193

192194
The Gitter, Mercure, FakeChat and Microsoft Teams integrations were introduced in Symfony 5.3.
193195

196+
.. versionadded:: 5.4
197+
198+
The AmazonSns integration was introduced in Symfony 5.4.
199+
194200
Chatters are configured using the ``chatter_transports`` setting:
195201

196202
.. code-block:: bash

0 commit comments

Comments
 (0)