0.3.5 • Published 11 months ago

@conneryn/feathersjs-serverless v0.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.5

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago