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