10000 [Notifier] [AmazonSns] README update by OskarStark · Pull Request #51226 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Notifier] [AmazonSns] README update #51226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Notifier][AmazonSns] README update
  • Loading branch information
OskarStark authored and nicolas-grekas committed Aug 2, 2023
commit 269eb100c1192ab483538c254dc9984940919ce3
3 changes: 2 additions & 1 deletion src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
where:
- `ACCESS_ID` is your AWS access key id
- `ACCESS_KEY` is your AWS access key secret
- `REGION` is the AWS region targeted (optional, default: `us-east-1`)
- `REGION` is the targeted AWS region (optional, default: `us-east-1`)
- `PROFILE` is the name of your AWS configured profile (optional, default: `default`)

Adding Options to a Chat Message
Expand Down Expand Up @@ -43,6 +43,7 @@ $chatter->send($chatMessage);
Resources
---------

* [AsyncAws Documentation](https://async-aws.com/configuration.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
Expand Down
0