Closed olivervo closed 2 years ago
It looks like your messages are not being delivered. Take a look at this comment on another similar issue and see if you can get better debug results. https://github.com/laravel-notification-channels/aws-sns/issues/9#issuecomment-689538532
Laravel Vapor does not have permission to send SMS via SNS in AWS by default.
Added to the docs along with exception handling in PR #24
Having trouble getting the package to work on Laravel Vapor using
Laravel 9.30
andaws/aws-sdk-php 3.235
. My Vapor site is using the runtimephp-8.1:al2
. In local env SMS are sent are expected, however on a vapor site there is no record of any attempt to send a message in AWS (not logged as success or failure). Nothing in site logs either.Steps taken without success: