8000 [Notifier] Document Amazon Notifier options · Wink-dev/symfony@56166af · GitHub
[go: up one dir, main page]

Skip to content

Commit 56166af

Browse files
committed
[Notifier] Document Amazon Notifier options
1 parent 2f1ba4c commit 56166af

File tree

1 file changed

+7
-1
lines changed
  • src/Symfony/Component/Notifier/Bridge/AmazonSns

1 file changed

+7
-1
lines changed

src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ DSN example
77
-----------
88

99
```
10-
AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION
10+
AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
1111
```
1212

13+
where:
14+
- `ACCESS_ID` is your AWS access key id
15+
- `ACCESS_KEY` is your AWS access key secret
16+
- `REGION` is the AWS region targeted (optional, default: `us-east-1`)
17+
- `PROFILE` is the name of your AWS configured profile (optional, default: `default`)
18+
1319
Adding Options to a Chat Message
1420
--------------------------------
1521

0 commit comments

Comments
 (0)
0