serverless/README.md
2016-05-22 16:09:58 -07:00

2.3 KiB
Executable File

Serverless Application Framework AWS Lambda API Gateway

Serverless Framework V.1 (BETA)

serverless npm version Coverage Status gitter dependencies license

Serverless is the application framework for building web, mobile and IoT applications on serverless, event-driven compute services, like AWS Lambda, Google CloudFunctions, Azure Functions and more.

It's a command line interface that provides scaffolding, automation and best practices for developing and deploying your serverless architecture. It's also completely extensible via plugins.

The Framework and its related tools are maintained by a dedicated, full-time team. For updates, join our Mailing List. We work on this live in our Gitter Chatroom. Please join us, everyone is welcome :)

Also, we're hiring!

Features

  • Manage the lifecycle of your serverless architecture (develop, deploy, update, delete)
  • Group functions into services for easy management of code, resources & processes across large projects and teams
  • Multi-provider support (AWS Lambda, Azure Functions, Google CloudFunctions and more)
  • Safely, easily deploy functions, events and their required resources
  • Minimal configuration and scaffolding
  • Built-in support for multiple stages
  • Optimized for CI/CD workflows
  • Loaded with automation, optimization and best practices
  • Build serverless services that are easy to re-use and share
  • 100% Extensible: Extend or modify the Framework and its operations via Plugins
  • A fantastic and welcoming community!