this is running npx sst start my stack looks like...
# help
k
this is running npx sst start my stack looks like this
n
Hey Kristian two things stand out to me, from the screenshots you sent 1. Have you bootstrapped your cdk app before? https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html 2. Your stack seems a bit weird, im really used to writing CDK as class constructs, it might be a new thing using functions like you are there, but could be causing issues 🤔
d
1. is spot on. 2. Those are class constructs, the main function is just how SST works.
f
@Kristian Lake did u get this to work by any chance?
k
@Frank I did not yet. I changed back to complete admin permissions in IAM. Had to manually remove the CDK install from cloudformation. I believe that was the root cause of my problem though. I have not yet retried the permissions though 🙂
f
Ah I see. If u ever run up against this again, try running
npx/yarn sst cdk bootstrap
and see if that fixies this.