Results 5 comments of Nicklas Nyegaard

The problem should be the line `noStart: true` From the documentation: ` # Uncomment only if you already have a DynamoDB running locally # noStart: true`

Bump on this. I am experiencing the same thing

Would AWS Organisation and SSO not work here? What we do is have `--profile xx` behind all sst commands (and AWS cli commands) and each profile is given a role...

No i setup the Organisation and roles with a normal CDK project, but you could do that in SST. I used this project, https://github.com/pepperize/cdk-organizations-example. You can control how long token...