8000 minor #51216 [Notifier] Document Amazon Notifier options (alamirault) · symfony/symfony@e04d8bc · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e04d8bc

Browse files
committed
minor #51216 [Notifier] Document Amazon Notifier options (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Document Amazon Notifier options | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Documentation of notifier options are in their own README This PR prepare symfony/symfony-docs#18652 in branch 5.4 Wording is taken from https://async-aws.com/configuration.html Commits ------- 56166af [Notifier] Document Amazon Notifier options
2 parents 2f1ba4c + 56166af commit e04d8bc

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