Jesús Hernández
03/08/2022, 4:56 PMSource.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!Kevin Baker
03/10/2022, 4:34 AM