Skip to content

When I upgrade NuGet version of Amazon.CDK.Lib from 2.97.1 to any higher version I get sts:AssumeRole related issue #29533

Discussion options

You must be logged in to vote

I solved it by:

1.) Running the cdk synth command with --no-lookups argument
2.) This resulted in the new error msg, listing missing values in the cdk.context.json
3.) I then manually added those missing values in the cdk.context.json file
4.) --no-lookups argument needs to be kept for some reason, otherwise the command fails

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AleksandrsJakovlevsVisma
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant