Skip to content

This is a feathersjs connector to the Serverless Framework ⚡️

Notifications You must be signed in to change notification settings

adrianovalente/feathersjs-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

This is a feathersjs connector to the Serverless Framework ⚡️

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •