File tree Expand file tree Collapse file tree
src/Symfony/Component/Notifier/Bridge/AmazonSns Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
1313where:
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
1919Adding Options to a Chat Message
@@ -43,6 +43,7 @@ $chatter->send($chatMessage);
4343Resources
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 )
You can’t perform that action at this time.
0 commit comments