Is there a way to not use the iam name and folder ...
# help
b
Is there a way to not use the iam name and folder in all the resources. for exampel I have bobwall-oasis-OasisStack-photoResizeHandler-GUID as the name, but i really want it to just be OasisStack-photoResizeHandler-GUID. or is that just the preferred way?
Or I guess it is really iamuser-name with name being from the sst.json file
a
Resources are by default prefixed {stage}-{appName}-{resource} “bobwall” in your case is the default stage for local development (sst prompted you to change it when you first ran the app). You can do
--stage dev
To change the stage name. I’m not sure how you can change the whole format but afaik it's not recommended
b
ok, that works. yea having stage rather than my name is ideal. thanks