Shipping Serverless features made easy
🚧 The project is currently a work in progress, expect a first beta in May.
Stay updated by Watching the repository.
Lift is a Serverless plugin that simplifies deploying well-architected serverless applications.
It is made for developers new to serverless, as well as experienced AWS builders.
- ⚡️ Get started with Serverless - Developer-friendly vocabulary, no AWS knowledge required
- 📦 Faster delivery - Production-ready components with minimal configuration
- 🔁 Not invasive - Integrates with existing Serverless Framework projects
⏏️ No lock-in - Eject to CloudFormation at any time
npm i -D serverless-lift
Once installed, require the serverless-lift
plugin and start using Lift components in serverless.yml
:
service: my-app
plugins:
- serverless-lift
provider:
name: aws
static-website:
landing-page:
path: 'landing/dist'
domain: mywebsite.com
storage:
avatars:
encrypted: true
Deploy static websites and single-page applications, for example React, VueJS or Angular apps.
Deploy preconfigured S3 buckets to store files.
Deploy queues and workers for asynchronous processing.