<serverless.com> released a beta version of what t...
# general
s
serverless.com released a beta version of what they are calling
compose
and it is relevant to our interests here. it’s a monorepo management tool. reminds me of
docker-compose.yaml
where you can bring up services that depend on eachother No blog announcement yet, here’s a direct link to the project: https://github.com/serverless/compose Here’s an example of a monorepo: https://github.com/serverless/compose-example
r
Seems like a neat way to do multi stack in a more loosely coupled way
j
Yeah this makes sense. I hope it eventually gets built into the main SLS CLI.
a
Since I use SST, I don’t care of what SLS is doing 😂 .
Feels outdated doing yaml.
a
Yeah I can see it useful in sls apps, but with sst/cdk I'd say you're more flexible