mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
48 lines
2.7 KiB
Markdown
Executable File
48 lines
2.7 KiB
Markdown
Executable File

|
|
|
|
Serverless Framework V.1 (BETA)
|
|
=================================
|
|
[](http://www.serverless.com)
|
|
<!--- [](https://badge.fury.io/js/serverless) --->
|
|
[](https://coveralls.io/github/serverless/serverless?branch=dev)
|
|
[](https://gitter.im/serverless/serverless)
|
|
[](https://www.npmjs.com/package/serverless)
|
|
[](https://www.npmjs.com/package/serverless)
|
|
|
|
The Serverless Framework is the application framework for building web, mobile and IoT applications on serverless, event-driven compute services, like [AWS Lambda](https://aws.amazon.com/lambda/), [Google CloudFunctions](https://cloud.google.com/functions/), [Azure Functions](https://azure.microsoft.com/en-us/services/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](http://github.us11.list-manage1.com/subscribe?u=b4fad36768cab222f88338995&id=5f8407dded). For help, join our [gitter chatroom](https://gitter.im/serverless/serverless). Everyone is welcome!
|
|
|
|
Also, [we're hiring](mailto:jobs@serverless.com) :)
|
|
|
|
## Status
|
|
|
|
Serverless Framework V.1 is currently under construction and not yet ready.
|
|
|
|
## 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!
|
|
|
|
## Documentation
|
|
|
|
Take a look at our [documentation](/docs) to understand how Serverless works.
|
|
|
|
## Concepts
|
|
|
|
Learn about the upcoming concepts in v1.0:
|
|
|
|
* [Services](/docs/concepts/services.md)
|
|
* [Plugins](/docs/concepts/plugins.md)
|