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