features/machinelearning/step_definitions/machinelearning.js (6 lines of code) (raw):
module.exports = function() {
this.Before("@machinelearning", function (callback) {
this.service = new this.AWS.MachineLearning();
callback();
});
// Add step definitions
};