diff --git a/reference/tooling/index.md b/reference/tooling/index.md index 2ab796ee1..7ff72c3be 100644 --- a/reference/tooling/index.md +++ b/reference/tooling/index.md @@ -2,3 +2,5 @@ ## Official CLI Reference ## Ecosystem Tooling +## Serverless + diff --git a/reference/tooling/serverless/_index.md b/reference/tooling/serverless/_index.md new file mode 100644 index 000000000..ba7fb060a --- /dev/null +++ b/reference/tooling/serverless/_index.md @@ -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]( ) + +*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]() \ No newline at end of file