Can I have a stack that uses CDK and SST structs? ...
# sst
a
Can I have a stack that uses CDK and SST structs? I want to
service discovery
from CDK, inside an SST stack.
t
Yes you should absolutely be using both!
SST constructs are complementary to CDK constructs. They wrap CDK constructs in a more easy to use way with good defaults baked in for most people. They're not meant to entirely replace CDK
a
Thank you @thdxr, that’s what I thought 🙂.