Ejemplo n.º 1
0
 public void ListTables()
 {
     var cliente = new DynamoDBClient();
     var l       = cliente.ListTables();
 }