is there a location where users of SST might contr...
# general
k
is there a location where users of SST might contribute some ideas to the roadmap?
One thought that's been crossing my mind is StackTemplates.... these would be pre-baked reference designs for certain types of application stacks. Something like: 1.
npx create-serverless-stack@latest my-sst-app --template=cognito-aurora-serverless-mysql
2.
npx create-serverless-stack@latest my-sst-app --template=react-dynamodb
3.
npx create-serverless-stack@latest my-sst-app --template=react-rds-proxy-postgres
or even eventually a Web Tool that has a wizard to checkoff the AWS resources for the Stack... and have it stitch it together in the
/stacks
CDK dir.
t
We generally take suggestions over slack and make them into issues
So we have our examples folder with more fleshed out situations. You can use that with our cli tool with --example
k
Ok great, so you already have this?
t
It's in the direction of what you're suggesting, but definitely not as polished
k
Sweet, I'll have a look.
t
We're working on a new getting started guide with some of those examples you mentioned
Assume this is it... not sure how I missed this... awesome!