Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writing Wing Custom Platforms in Wing #4937

Open
hasanaburayyan opened this issue Nov 14, 2023 · 2 comments
Open

Support writing Wing Custom Platforms in Wing #4937

hasanaburayyan opened this issue Nov 14, 2023 · 2 comments
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 👠 platforms Issues relating to Wing Platform Providers

Comments

@hasanaburayyan
Copy link
Contributor

hasanaburayyan commented Nov 14, 2023

Feature Spec

Wing users can now define Wing Custom Platforms using in Wing

(super rough sketch - will make more detailed)

bring "@winglang/sdk" as sdk;

class Platform extends sdk.platform.IPlatfrom {
  target: str;

  new () {
    this.target = "tf-aws";
  }

  // ... some selection of Platform hooks implemented
}

Then use it during compilation

wing compile -t tf-aws -t ./myplatform.w

Use Cases

Allows Platforms to be built in Wing

Implementation Notes

No response

Component

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Slack.
@hasanaburayyan hasanaburayyan added ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 👠 platforms Issues relating to Wing Platform Providers labels Nov 14, 2023
Copy link

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days.
Feel free to re-open this issue when there's an update or relevant information to be added.
Thanks!

@Chriscbr
Copy link
Contributor

Chriscbr commented Sep 9, 2024

Related: #4930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 👠 platforms Issues relating to Wing Platform Providers
Projects
Status: 🤝 Backlog - handoff to owners
Development

No branches or pull requests

3 participants