8000 minor #51226 [Notifier] [AmazonSns] README update (OskarStark) · symfony/symfony@b39fcef · GitHub
[go: up one dir, main page]

Skip to content

Commit b39fcef

Browse files
minor #51226 [Notifier] [AmazonSns] README update (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] [AmazonSns] README update | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Follows #51216 | License | MIT | Doc PR | Applied `@stof` comments from * #51216 Commits ------- 269eb10 [Notifier][AmazonSns] README update
2 parents e04d8bc + 269eb10 commit b39fcef

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
1313
where:
1414
- `ACCESS_ID` is your AWS access key id
1515
- `ACCESS_KEY` is your AWS access key secret
16-
- `REGION` is the AWS region targeted (optional, default: `us-east-1`)
16+
- `REGION` is the targeted AWS region (optional, default: `us-east-1`)
1717
- `PROFILE` is the name of your AWS configured profile (optional, default: `default`)
1818

1919
Adding Options to a Chat Message
@@ -43,6 +43,7 @@ $chatter->send($chatMessage);
4343
Resources
4444
---------
4545

46+
* [AsyncAws Documentation](https://async-aws.com/configuration.html)
4647
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
4748
* [Report issues](https://github.com/symfony/symfony/issues) and
4849
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)
0