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