You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could there be a typo in cdk.json, line 37:
"@aws-cdk/customresources:installLatestAwsSdkDefault": false,
instead of
"@aws-cdk/custom-resources:installLatestAwsSdkDefault": false,
?
The text was updated successfully, but these errors were encountered:
Replacing the original line "@aws-cdk/customresources:installLatestAwsSdkDefault": false,
with "@aws-cdk/custom-resources:installLatestAwsSdkDefault": false, resolved my issue with the installation issue.
Thank you for your great interests, @eitanick
It's originally "@aws-cdk/customresources:installLatestAwsSdkDefault": false," at which branch did you see a 'custom-resources" ?
Could there be a typo in cdk.json, line 37:
"@aws-cdk/customresources:installLatestAwsSdkDefault": false,
instead of
"@aws-cdk/custom-resources:installLatestAwsSdkDefault": false,
?
The text was updated successfully, but these errors were encountered: