mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
45 lines
2.9 KiB
Markdown
45 lines
2.9 KiB
Markdown
<!--
|
|
title: Serverless Framework Documentation
|
|
menuText: Docs
|
|
layout: Doc
|
|
menuItems:
|
|
- {menuText: "Get Started", path: /framework/docs/getting-started/}
|
|
- {menuText: "Dashboard Reference", path: /framework/docs/dashboard/}
|
|
- {menuText: "- Insights", path: /framework/docs/dashboard/insights/}
|
|
- {menuText: "- Notifications", path: /framework/docs/dashboard/notifications/}
|
|
- {menuText: "- Output Variables", path: /framework/docs/dashboard/output-variables/}
|
|
- {menuText: "- Secrets", path: /framework/docs/dashboard/secrets/}
|
|
- {menuText: "- Safeguards", path: /framework/docs/dashboard/safeguards/}
|
|
- {menuText: "- Access Roles", path: /framework/docs/dashboard/access-roles/}
|
|
- {menuText: "- Profiles", path: /framework/docs/dashboard/profiles/}
|
|
- {menuText: "- Pipelines", path: /framework/docs/dashboard/pipelines/}
|
|
- {menuText: "Provider CLI References", path: /framework/docs/providers}
|
|
- {menuText: "- AWS", path: /framework/docs/providers/aws/}
|
|
- {menuText: "- Azure", path: /framework/docs/providers/azure/}
|
|
- {menuText: "- fn", path: /framework/docs/providers/fn/}
|
|
- {menuText: "- Google", path: /framework/docs/providers/google/}
|
|
- {menuText: "- OpenWhisk", path: /framework/docs/providers/openwhisk/}
|
|
- {menuText: "- Kubeless" , path: /framework/docs/providers/kubeless/}
|
|
- {menuText: "- Knative" , path: /framework/docs/providers/knative/}
|
|
- {menuText: "- Spotinst" , path: /framework/docs/providers/spotinst/}
|
|
- {menuText: "- Cloudflare" , path: /framework/docs/providers/cloudflare/}
|
|
- {menuText: "- Alibaba Cloud" , path: /framework/docs/providers/aliyun/}
|
|
- {menuText: "- Tencent Cloud" , path: /framework/docs/providers/tencent/}
|
|
- {menuText: "Examples", path: https://serverless.com/examples/}
|
|
- {menuText: "Tutorials", path: https://serverless.com/blog/category/guides-and-tutorials/}
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/)
|
|
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Documentation
|
|
|
|
The Serverless Framework helps you build serverless apps with radically less overhead and cost. It provides a powerful, unified experience to develop, deploy, test, secure and monitor your serverless applications.
|
|
|
|
The Serverless Framework consists of an open source [CLI](./providers/) that makes it easy to develop, deploy and test serverless apps across different cloud providers, as well as a hosted [Dashboard](./dashboard/) that includes features designed to further simplify serverless development, deployment, and testing, and enable you to easily secure and monitor your serverless apps.
|
|
|
|
If you are new to serverless and want to experience how fast and easy it is to build a serverless app, or if you are an experienced user of the Serverless Framework open source CLI and want to explore new features of the Framework, you can get started [here](./getting-started.md), for free.
|