Skip to content

Commit

Permalink
Simplify README
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jun 8, 2021
1 parent b01596b commit a9b492e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Lift is a plugin that leverages the AWS CDK to expand the [Serverless Framework]

Deploy production-ready websites, queues, storage buckets and more with a few lines in serverless.yml.

⚡️ **For developers** - No AWS knowledge required
⚡️ **Production-ready** - Built by AWS experts, optimized for production
⚡️ **Not invasive** - Integrates with existing projects
⚡️ **No lock-in** - Eject to CloudFormation at any time
- ⚡️ **For developers** - No AWS knowledge required
- ⚡️ **Production-ready** - Built by AWS experts, optimized for production
- ⚡️ **Not invasive** - Integrates with existing projects
- ⚡️ **No lock-in** - Eject to CloudFormation at any time

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

Expand All @@ -16,7 +16,7 @@ Deploy production-ready websites, queues, storage buckets and more with a few li
Lift is a [Serverless Framework plugin](https://www.serverless.com/plugins/), install it in your project via:

```bash
serverless plugin install --name=serverless-lift
serverless plugin install -n serverless-lift
```

## Quick start
Expand All @@ -32,9 +32,12 @@ provider:
plugins:
- serverless-lift

functions:
# ...

constructs:

# Add Lift constructs here
# Include Lift constructs here

landing-page:
type: static-website
Expand All @@ -46,7 +49,7 @@ constructs:
## Constructs
#### [**Static website**](docs/static-website.md)
### [**Static website**](docs/static-website.md)
Deploy static websites and single-page applications, for example React, VueJS or Angular apps.
Expand All @@ -59,7 +62,7 @@ constructs:
[Read more...](docs/static-website.md)
#### [**Storage**](docs/storage.md)
### [**Storage**](docs/storage.md)
Deploy preconfigured S3 buckets to store files.
Expand All @@ -71,7 +74,7 @@ constructs:
[Read more...](docs/storage.md)
#### [**Queue**](docs/queue.md)
### [**Queue**](docs/queue.md)
Deploy SQS queues and workers for asynchronous processing.
Expand All @@ -85,7 +88,7 @@ constructs:
[Read more...](docs/queue.md)
#### [**Webhook**](docs/webhook.md)
### [**Webhook**](docs/webhook.md)
Deploy webhooks to receive notification from 3rd party applications.
Expand Down

0 comments on commit a9b492e

Please sign in to comment.