Hi fellow SST users/developers! I'm wondering if t...
# help
a
Hi fellow SST users/developers! I'm wondering if there is a way to initialize a new sst project using create-serverless-stack using
--language python
and setting/specifying typescript for the stack definitions? Now everything gets generated in typescript when using
--language typescript
but with python the stack definitions are getting created as js files and we need to manually "convert" everything to typescript
If this is not possible yet, this would be a nice feature 🙂
Another thing I just noticed - create-serverless-stack still creates 0.x version constructs, not the 1.0.0-beta.x so that we need to migrate the newly created service manually to 1.0.0. Is there a way to create 1.0.0 constructs in a new service?
f
Ah good point! Will keep a note of it.
Yeah v1 will be out of beta this week, and
create-serverless-stack
will use v1 by default.