Tagged in

Nodejs

asked.io
asked.io
A day-to-day log of the questions we’ve asked & the answers we’ve found.
More information
Followers
40
Elsewhere
More, on Medium

Bookshelf js Simple Pagination

Similar to Laravels Eloquent feature.

UPDATE: I’ve made this plugin a package.

npm install --save bookshelf-simplepaginate

Serverless custom authorizer issues on AWS.

If you google around you’ll find plenty of examples on how-to create a custom authorizer for serverless lambda events.

I used this example when I was building mine:

// Return an IAM policy document for…