Just curious (unrelated to the above question), if...
# sst
s
Just curious (unrelated to the above question), if the stack contains non-serverless part (say I want to have my Beanstalk managed under CDK; and my serverless lambda managed under CDK as well — here SST may come into the picture), does SST still have a leg in this case? • does it have any local debugging mechanism to the non-serverless part? • Does it have any CI/CD value in this hybrid app stack?
f
Probably not for Beanstalk instances. That said, CDK still help if you have custom logic in ur infrastructure definition (ie. configuring 1 micro EBS instance for staging and 8 xlarge EBS instances for prod)
s
Just an idea @Frank, if your SST can become a layer on top of CDK to make cloud development in a single pane of development tool-set, then SST will conquer the developers world. But again, it’s about your focus vs. your resource — just share some thoughts 😉
f
Yup yup! The first step is to conquer the serverless world 😂