When I upgrade NuGet version of Amazon.CDK.Lib from 2.97.1 to any higher version I get sts:AssumeRole related issue #29533
-
Basically, the command
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I solved it by: 1.) Running the |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I solved it by:
1.) Running the
cdk synth
command with--no-lookups
argument2.) 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
file4.)
--no-lookups
argument needs to be kept for some reason, otherwise the command fails