Skip to content
forked from getlift/lift

Expanding Serverless Framework beyond functions using the AWS CDK

License

Notifications You must be signed in to change notification settings

jianfeng-huang/lift

Repository files navigation

Shipping Serverless features made easy

🚧 The project is currently a work in progress, expect a first beta in May.

Features

Lift packages well-architected AWS serverless features. It is made both for developers whitout any prior serverless experience, as well as for experienced AWS builders.

  • 🌐 Allows non-serverless developers to dive in - Developer oriented vocabulary, no AWS services knowledge required
  • 📦 Increases delivery speed - Production-ready serverless components with minimal required configuration
  • 🔁 Leverages your existing serverless project - Integrates with existing Serverless framework project
  • ⏏️ Does not lock you in - Ejectable to CloudFormation at any time

Why should I choose Lift ?

Installation

npm i -D serverless-lift

Quick start

serverless.yml

service: my-app

plugins:
    - serverless-lift

provider:
    name: aws

static-website:
    landing-page:
        domain: mywebsite.com

storage:
    assets:
        encrypted: true

What is Lift ?

Lift is a Serverless plugin that simplifies deploying well-designed serverless applications.

Stay updated by Watching the repository on GitHub.

Components

Static Website

Deploy static websites and single-page applications, for example React, VueJS or Angular apps.

Static website documentation


Lift is built and maintened with love ❤️ by

About

Expanding Serverless Framework beyond functions using the AWS CDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%