sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.07k stars 118 forks source link

Expose naming convention logic #522

Open dror-weiss opened 2 weeks ago

dror-weiss commented 2 weeks ago

Custom resources not used by SST need to be named, and we would like them to be normalized to SST convention.

Please expose the naming convention logic so that the library users can invoke for non-SST resources.

dror-weiss commented 1 week ago

I would like to update that I have overridden the naming convention of SST by using '$transform' over Pulumi types, and this works better for me as it is normalized like everything else in my codebase: lowercase, dash separated, without type in name.

@thdxr, if you want you can close this issue.