![Serverless Application Framework AWS Lambda API Gateway](other/img/readme_serverless_framework_v1.gif) Serverless Framework V.1 (BETA) ================================= [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![Coverage Status](https://coveralls.io/repos/github/serverless/serverless/badge.svg?branch=v1.0)](https://coveralls.io/github/serverless/serverless?branch=dev) [![gitter](https://img.shields.io/gitter/room/serverless/serverless.svg)](https://gitter.im/serverless/serverless) [![dependencies](https://img.shields.io/david/serverless/serverless.svg)](https://www.npmjs.com/package/serverless) [![license](https://img.shields.io/npm/l/serverless.svg)](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)