'default', 'region' => 'us-east-1', 'version' => '2010-03-31' ]); try { $result = $SnSclient->listTopics(); var_dump($result); } catch (AwsException $e) { // output error message if fails error_log($e->getMessage()); } // snippet-end:[sns.php.list_topics.main] // snippet-end:[sns.php.list_topics.complete] // snippet-sourceauthor:[jschwarzwalder]