_.each(this._schema._schema, function(s, key){
    AttributeDefinitions.push({
      AttributeName: key,
      AttributeType: s.type
    });