Mechanism for proffering and voting on cloud resource archetypes #872
AdamTylerLynch
started this conversation in
General
Replies: 2 comments
|
Great topic @AdamTylerLynch! Let me describe the mechanism we currently have. Anyone can open an issue on our repo and if it is a request for a new cloud resource archetype, our team will make sure to add it to the WingSDK Roadmap. Perhaps we need to highlight that mechanism in our Contributor's Handbook. |
0 replies
|
Here is a community example that provides clear guidance, might be a good start for inspiration. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Supporting multiple cloud providers bring the complexity of service selection and support. In IaC communities such as CDK and Terraform, determining where to invest engineering time on which resource types (and features) will be supported is a constant criticism and pain point.
For Wing, I would like to see a mechanism where anyone can proffer an archetype to support (ex:
bucketorqueue), and the community could vote. Priority would be given to those with the highest votes and a clear path for implementation.This could be implemented with GitHub issues and tags (Terraform AWS Provider uses this method), or another mechanism. Open to discussion.
This becomes especially important as Wing moves beyond foundational/core services and into higher level services. This also serves as a great place for contributors to go find something new to work on.
All reactions