You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The names of the resources Wing creates in the cloud are auto-generated and not human friendly. Furthermore, there doesn't seem to be a property that allows them to be set by the developer (I looked through the doc, but didn't see a name field). I'd like at the minimum to be able to specify resource names so I'm not looking in buckets like: terraform-20221125051333963700000005. Ideally there would be some automatic naming too that is more grok-able than a uuid. I'm not sure whether you need a high level entity like a project to help with this, but maybe account-region-project-stage-name.
Instead, this happened:
This was the name of my bucket terraform-20221125051333963700000005
Component:
SDK
Wing Version:
No response
Node.js Version:
No response
Platform(s):
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Community Note
I tried this:
I wrote this program:
And deployed it to AWS.
I expected this:
(from #861)
The names of the resources Wing creates in the cloud are auto-generated and not human friendly. Furthermore, there doesn't seem to be a property that allows them to be set by the developer (I looked through the doc, but didn't see a name field). I'd like at the minimum to be able to specify resource names so I'm not looking in buckets like:
terraform-20221125051333963700000005
. Ideally there would be some automatic naming too that is more grok-able than a uuid. I'm not sure whether you need a high level entity like a project to help with this, but maybeaccount-region-project-stage-name
.Instead, this happened:
This was the name of my bucket
terraform-20221125051333963700000005
Component:
SDK
Wing Version:
No response
Node.js Version:
No response
Platform(s):
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: