Exemple #1
0
 public function __construct()
 {
     $this->client = Factory::createDynamodb();
     $this->tableName = 'token';
 }
Exemple #2
0
 public function __construct()
 {
     $this->client = Factory::createSes();
 }