Skip to content

Commit c231e39

Browse files
committed
Add readme
1 parent fcc0258 commit c231e39

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)