Featured Story

Introducing Cloud Deploy: kickstarting a Compute project just got easier

We're introducing Cloud Deploy, a wizard that helps you start building on Fastly Compute by deploying and customizing templates, and sets you up with an automated deployment workflow and best development practices.

For GitHub Repositories


Add this to your README.md:

[![Deploy to Fastly](https://deploy.edgecompute.app/button)](https://deploy.edgecompute.app/deploy)

Add a [setup] section to your fastly.toml describing any backends or dictionaries that your service requires:

[setup.backends."api.openweathermap.org"]
description = "OpenWeatherMap API Server"
address = "api.openweathermap.org"
port = 443

[setup.config_stores."weather_auth".items.key]
description = "API token for openweathermap.org"
input_type = "string"