AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Aws CDK
AWS has an infrastructure as code tool called CloudFormation. Instead of going into AWS UI, clicking a bunch of things to configure something, you can do this all in this YAML specification. So they built a layer that compiles to CloudFormation called CDK. A lot of people are still using CloudFormation directly just because they have the experience with it. SST, the thing that we build is actually built on top of CDK.