File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Serverlessify
2+
3+ A tool to put back the server in Serverless functions!
4+
5+ Do you wanted to deploy your NodeJS AWS Lambda with Serverless but then you thought:
6+
7+ > Well, I'll just start with a monolith and broke it up in microservices later...
8+
9+ We have got you covered! Use Serverlessify to write a server which serves Serverless
10+ lambdas as if they were on AWS. Later, actually deploying your lamndas with Serverless
11+ will just be one command away.
12+
13+ ## Usage
14+
15+ - ` npm install serverlessify `
16+ - ` const serverlessify = require('serverlessify'); `
17+ - ` const sls = serverlessify({ http, authorizers }); `
18+ - ` sls({ ... }, { ... }) `
19+
20+ ## What's supported
21+
22+ - html
23+ - cors
24+ - authorizer
25+
26+ ## Best practices
27+
28+ ## Examples
You can’t perform that action at this time.
0 commit comments