0.3.1 • Published 3 years ago

feathersjs-serverless v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

feathersjs-serverless

npm version Build Status

feathersjs connector to the Serverless framework ⚡️

Have you ever imagined building an application with feathersjs and deploying it using the Serverless Framework?

const feathers = require('@feathersjs/feathers')
const serverless = require('feathersjs-serverless')

const Todos = {
  find: async () => ([{
    description: 'Build a nice application'
  }, {
    description: 'Deploy it using Serverless'
  }])
}

const app = serverless(feathers())
  .use('todos', Todos)

module.exports.handler = app.handler()
0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago