aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.71k stars 3.94k forks source link

CLI: confirm that short-lived credentials get refreshed #32287

Open rix0rrr opened 3 days ago

rix0rrr commented 3 days ago

Describe the bug

If Role credentials are only valid for 15 minutes, and a deploy operation takes longer than that, the operation should complete successfully.

Make sure that credentials are correctly refreshed by the SDK.

ashishdhingra commented 3 days ago

Opened by CDK team. Marking it as p2.