Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
2 changes: 2 additions & 0 deletions reference/tooling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

## Official CLI Reference
## Ecosystem Tooling
## Serverless

17 changes: 17 additions & 0 deletions reference/tooling/serverless/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Serverless Plugin

The [Serverless Framework](https://github.com/serverless/serverless) helps you develop and deploy serverless applications using [Cloudflare Workers](https://www.cloudflare.com/products/cloudflare-workers/). It's a CLI that offers structure, automation, and best practices out-of-the-box, allowing you to focus on building sophisticated, event-driven, Serverless architectures, comprised of Functions and Events.

The Serverless Framework manages the infrastructure as a [Serverless Plugin](TODO: link to plugin) that turns your version controlled code into a Worker(s) deployed globally with one command. [One config file](TODO link to config) directs where exactly this Worker will live, so you can modify code and have it re-built and re-deployed in moments. No visits to the browser required.

Get started using serverless with Cloudflare Workers in this [quick start guide to the plugin](<https://serverless.com/framework/docs/providers/cloudflare/guide/intro/> )

*Note:`workers.dev` domains are not currently supported using Serverless, but you can track our progress on [this Github issue](TODO: open a link Github issue).*

### Additional Documentation

[Plugin Documentation on Serverless](https://serverless.com/framework/docs/providers/cloudflare/)

[CLI Documentation on Serverless](https://serverless.com/framework/docs/providers/cloudflare/cli-reference/)

[Plugin on Github](<https://github.com/cloudflare/serverless-cloudflare-workers>)