Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Do you wanted to deploy your NodeJS AWS Lambda with Serverless but then you have
> 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
lambdas as if they were on AWS. Later, actually deploying your lambdas with Serverless
will just be one command away.

## Usage
Expand Down Expand Up @@ -44,7 +44,7 @@ For the moment, only `http` events are supported
- `getPrincipalIdFromReq`: a function that should return a string sent to the
lambda handler as `principalId`. The function will recive the http `req` parameter.
- `wrapLambda`: a function that will be called with a lambda function as parameter.
A new function should be returned with should in turn call the given lamnda.
A new function should be returned with should in turn call the given lambda.
This is useful if common logic like error handling or promise lambdas
should be added to all http handle lambdas.
- `authorizers`: a map of global authorizers that will be available to
Expand Down