I just want to be sure of two things before I star...
# sst
j
I just want to be sure of two things before I start exploring sst : • Is there any limitation over using all the cdk base constructs • Is it flexible enough to integrate into an existing project? (I already got eslint settings in my monorepo, and tsconfig) • The most important thing, is it awesome? 😏
j
Hi @Julien Goux, I'll let @Frank talk about the architectural parts but for these questions. There aren't any limitations in SST for using CDK. The only differences are the Stack, App, and Function constructs (https://docs.serverless-stack.com/faq#can-i-use-any-cdk-construct-in-sst). Those are needed for the per environment deployments and
sst start
. You can use your own tsconfig and you can disable the built-in linter to use your own. And finally,
sst start
is pretty awesome. Once you try it, there's no going back!
j
Then...let’s go! \o/
I think I’ll have multiple CDK related questions as I learn along the way, I hope it’s not too much!
j
Not at all. I’ll take a look at your setup in a sec.
j
I just learned I can also use cloudfront for S3 custom domain and it supports file upload 😮
hum the upload part is still directly to S3 I believe, but the read part can be proxied by cloudfront with our domain 🤔