You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #50879 [Notifier] support local development for sns by adding sslmode option (Ferror)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Notifier] support local development for sns by adding sslmode option
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | none
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
When developing locally with AWS -> localstack we have to communicate via HTTP similarly to the SQS Transport for Messenger component.
https://github.com/symfony/amazon-sqs-messenger/blob/6.3/Transport/Connection.php#L50C14-L50C14
Commits
-------
92650d6 [Notifier] support local development for sns by adding sslmode option
0 commit comments