• Extensibility
  • SMSNotify extension doesn't include AWS SNS in its /vendor

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”,
},

    4 days later
    2 months later

    The Third Party Drivers extension is required, to use AWS SNS with SMSNotify extension. The extension pulls in AWS SNS package.