Skip to content

elastic-coders/serverlessify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverlessify CircleCI

A tool to put back the server in Serverless functions!

Do you wanted to deploy your NodeJS AWS Lambda with Serverless but then you have been told:

Well, you should just start with a monolith and broke it up in microservices later...

We have got you covered! Use Serverlessify to write a server which serves Serverless lambdas as if they were on AWS. Later, actually deploying your lamndas with Serverless will just be one command away.

Usage

TODO

  • npm install serverlessify
  • const serverlessify = require('serverlessify');
  • const sls = serverlessify({ http, authorizers });
  • sls({ ... }, { ... })

What's supported

TODO

  • html
    • cors
    • authorizer

Best practices

TODO

Examples

TODO

Checkout Serverlessify Starter Kit for a practical usage

About

Utility to simulate AWS Lambda event sources and write a server for Serverless functions!

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •