hey all, I have a problem running ```npx sst add-c...
# help
k
hey all, I have a problem running
Copy code
npx sst add-cdk @aws-cdk/aws-iam
from https://serverless-stack.com/chapters/adding-auth-to-our-serverless-app.html Any ideas?
t
Our guide might be a bit outdated now with cdk v2
You don't need to install specific subpackages, everything is included
k
ah excellent
thank you
this is the error i got at the end of the auth section
Whats the new line needed in authstack.js for the import?
t
k
Thank you
t
Should be
"aws-cdk-lib/aws-iam"
k
Excellent that fixed it thank you again
f
Thanks for this Slack channel - I just ran into this same problem.