Skip to content

Latest commit

 

History

History
executable file
·
45 lines (32 loc) · 2.94 KB

README.md

File metadata and controls

executable file
·
45 lines (32 loc) · 2.94 KB

Serverless Application Framework AWS Lambda API Gateway

Serverless Framework v.1.0

serverless

Coverage Status gitter dependencies license

The Serverless Framework 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.

The Framework is 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.

This is maintained by a full-time, venture-backed team. For updates, join our mailing list. For help, join our gitter chatroom. Everyone is welcome!

Also, we're hiring :)

Status

The Serverless Framework v.1.0 is currently under construction. While the Alpha releases have high code quality and the implemented features can be used we don't have 100% feature parity with 0.5 yet. If you're starting a new project we advise to start with 1.0 right away.

Features

  • Manage the lifecycle of your serverless architecture (build, deploy, update, delete)
  • Group functions into services for easy management of code, resources & processes across large projects and teams
  • Support for AWS Lambda, Azure Functions, Google CloudFunctions & 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
  • 100% Extensible: Extend or modify the Framework and its operations via Plugins
  • An ecosystem of serverless services and plugins
  • A fantastic and welcoming community!

Take a look at our documentation to get started with Serverless and understand how it works behind the scenes.

Contribute

Please read our Contributing Document to learn more how you can start working on the Framework yourself.