Hey @sampoyigi, I’m getting Class “Aws\Sns\SnsClient” not found when attempting to send a test message with the AWS SNS option. I noticed in the vendor directory under /TastyIgniter/extensions/igniterlabs/smsnotify/vendor there is no AWS, only arcturial, composer, lcobucci, php-http, plivo, psr, twilio, vonage. Looks like the aws dependency is not part of the composer.json
…
“require”: {
“vonage/client”: “2.0”,
“twilio/sdk”: “6.0”,
“arcturial/clickatell”: “3.0”,
“plivo/plivo-php”: “1.1”,
},
…