Skip to content

Commit

Permalink
Update and rename getBestsellers.js to getBestSellers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rbboimer authored Dec 6, 2018
1 parent ae2d8d5 commit de881fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const redis = require("redis");

// GetBestsellers - Get a list of the top 20 best selling books
// GetBestSellers - Get a list of the top 20 best selling books
exports.handler = (event, context, callback) => {
context.callbackWaitsForEmptyEventLoop = false;

Expand Down Expand Up @@ -48,4 +48,4 @@ exports.handler = (event, context, callback) => {
};
callback(null, response);
});
}
}

0 comments on commit de881fa

Please sign in to comment.