What is the goal for keeping SST ’s CDK version up...
# help
d
What is the goal for keeping SST ’s CDK version up to date? @thdxr @Frank Not sure what their release schedule is like, but it seems pretty fast. its at 1.124.0
t
We typically upgrade as people request it. Sometimes it's simple and sometimes it's a bit trickier
It's not too difficult to upgrade SST but there are some things in SEED that are a bit more complex (from my understanding)
We are falling a bit behind so maybe time to catch up
d
would be nice to use the up to date L2's for firehose for example…. especially since its our first time working with them and we’re still getting the hang of CDK.
a
@thdxr why seed? I mean how is that related to cdk?
t
I believe SEED uses a forked version of CDK for certain functionality when deploying SST apps
a
Hum…
t
It might be to deploys stacks faster by doing non-dependent ones in parallel, forgot exactly
f
Agree with @thdxr we should up it to the latest 1.124.0.
Yeah SEED uses a forked version of the cdk cli to return right away after the deployment starts, so the build servers don’t have to wait for the CFN update to finish.
@Dan Van Brunt will try to get this in over the weekend https://github.com/serverless-stack/serverless-stack/issues/696
a
Awesome.
d
@Frank I don’t suppose there is an in-term hack we can do to keep working with 1.24 so we can use Firehose L2? I may switch out to raw CDK for now if thats the only temp solution
t
I don't think you can since some of the constructs have changed. You'll probably get type errors everywhere
d
kk nw…. I’ll roll with core for now. It will make me appreciate everything that SST give me after the weekend 😛
f
I might be able to have something by tonight if you can wait a bit lol
d
Lol, no need to rush it. But thank you. Just want to keep working now so happy to just use core for now and wait.
a
You are giving Frank work for weekend 😂 .
f
Yup, doing some testing, will release later today!
Hey guys, v0.44.0 has the latest CDK v1.124.0!
d
Thanks @Frank, will give this a go today