winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.73k stars 185 forks source link

`@billingInfo` annotation for expensive cloud resources #6493

Open tsuf239 opened 1 month ago

tsuf239 commented 1 month ago

Use Case

it could be nice to see an estimation or a link to the provider billing info in the case of a more expensive cloud resource- since wing is sometimes used by people who aren't aware of the cost, or even the inner structure of a cloud resource. Also can be a nice to be able to compare between a few provider for a stand-alone part of the system/ or even between a few resources

@ShaiBer FYI

Proposed Solution

No response

Implementation Notes

No response

Component

No response

Community Notes

Chriscbr commented 1 month ago

This is a cool idea. Automated cost estimations can be pretty hit or miss (since often you need information that will vary, like your expected traffic) - but it would be convenient if any time I used a new cloud resource (or winglib) if there were links to relevant pricing info by convention.

eladb commented 1 month ago

Related/dup? https://github.com/winglang/wing/issues/1182