David Garcia
05/20/2022, 6:27 PMsst.Stack
in sst v0.45.2 and cdk v 1.125.0
I'm trying to create a Template
from the stack in my test and it's saying
Type 'NewStack' is missing the following properties from type 'Stack': regionalFact, bundlingRequiredDavid Garcia
05/20/2022, 6:29 PM@aws-cdk/assert
library but I had to install assertions
because I didn't have it, could it be that the cdk version is too low?Frank
Frank
Template
is something added in CDK v2
and v0.45.2 was still on CDK v1
.Frank