Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Apr 4, 2017
1 parent df48a3d commit c027b06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@

Library to process messages from an Amazon SQS queue with an AWS Lambda worker function or your favorite other JavaScript environment. Works fine with [Serverless](https://github.com/sbstjn/lawos-serverless)

## Examples

- [Serverless Amazon SQS Worker with AWS Lambda](https://sbstjn.com/serverless-sqs-worker-with-aws-lambda.html)
- [Basic usage with AWS Lambda and Serverless](https://github.com/sbstjn/lawos-serverless)

## Install

```bash
$ > npm install lawos
```

## Example

See [lawos-serverless](https://github.com/sbstjn/lawos-serverless) for an example of Lawos using [Serverless](http://serverless.com).

## Usage

### Promise for every message
Expand Down

0 comments on commit c027b06

Please sign in to comment.