Hello! Just updated to Version 60.2, and followed ...
# help
h
Hello! Just updated to Version 60.2, and followed the 59.0 release instructions to update my application, and I seem to be getting an error. Any ideas?? I can't run anything. Thanks
My versions for everything.
r
You probably need to import the specific object like this
Copy code
import { Role } from 'aws-cdk-lib/aws-iam';
h
Omg I'm an idiot 🙈 I just realised I have
aws_iam
not
aws-iam
🤣 thanks mate. Not sure why that changed.
Works fine now 🙈 haha
r
Good stuff