Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Apr 21, 2021
1 parent 98aa449 commit 4d3c029
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,21 @@ Lift packages well-architected AWS serverless features. It is made both for deve

[Why should I choose Lift ?](docs/comparison.md)

## Installation

```bash
npm i -D serverless-lift
```

## Quick start

*serverless.yml*
```yaml
service: my-app

plugins:
- serverless-lift

provider:
name: aws

Expand Down

0 comments on commit 4d3c029

Please sign in to comment.