Skip to content

Commit

Permalink
docs(docs): added list of platforms to help with discoverability (#6859)
Browse files Browse the repository at this point in the history
Mentioned by @eladb in #6832

This is an idea to add a new page that lists all the supported platforms by Wing and quick links to dive deeper.
List is split into two, ones that are natively supported by Wing (through CLI), and others that are "external" (requires installation).

Think as we get more community platforms or custom platforms we can add the to this list.

We can also link to this page in the CLI ? (following convo from #6832)


## Checklist

- [x ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
boyney123 authored Jul 8, 2024
1 parent 2860cad commit 1c755ac
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 28 additions & 0 deletions docs/docs/055-platforms/06-all-platforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Wing Platforms
id: all-platforms
sidebar_label: List of platforms
description: List of platforms that for Wing
keywords: [Wing reference, Wing language, language, Wing language spec, Wing programming language, cli, terraform, tf-gcp, gcp, google cloud platform, platform]
---

List of platforms that are supported by Wing.

## Native platforms

Platforms that are native to Wing and part of the [Wing CLI](/docs/tools/cli).

| Platform | Cloud provider | Description
| -------- | ------- | -------
| [sim](/docs/platforms/sim) | Local simulation | A simple localhost implementation of all the resources of the [Wing Cloud Library](/docs/category/cloud) |
| [tf-aws](/docs/platforms/tf-aws) (Terraform) | AWS | Compiles your program for [Terraform](https://www.terraform.io/) and run on [AWS](https://aws.amazon.com/) |
| [tf-azure](/docs/platforms/tf-azure) (Terraform) | Microsoft Azure | Compiles your program for [Terraform](https://www.terraform.io/) and run on [Azure](https://azure.microsoft.com/) |
| [tf-gcp](/docs/platforms/tf-azure) (Terraform) | Google Cloud (GCP) | Compiles your program for [Terraform](https://www.terraform.io/) and run on [Google Cloud](https://cloud.google.com/) |

## External platforms

Platforms that are external to Wing and require installation.

| Platform | Cloud provider | Description
| -------- | ------- | -------
| [awscdk](/docs/platforms/awscdk) (CDK) | AWS | Compiles your program for the [AWS CDK](https://aws.amazon.com/cdk/) and deployed through the [CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/cli.html) (and AWS CloudFormation).|

0 comments on commit 1c755ac

Please sign in to comment.