Hello folks! For a new feature we were working on ...
# sst
j
Hello folks! For a new feature we were working on today we needed CDK’s aws_s3_deployment
Source.data
(see here). So we upgraded to the latest aws-cdk-lib. But it has some newer type definitions. For instance, the latest
s3.Bucket
type has a
withNotifications
function which is missing on the old type. This means that if you try to use `sst.Bucket`’s internal
s3Bucket
with other cdk APIs, it won’t type check. Do you have any plans to upgrade sst’s cdk-lib to latest? I wouldn’t mind helping. Thanks!
k
Awesome! I’m curious @Frank is there a general plan for how long before SST will support each new CDK release ?