We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32057 commit 0089a75Copy full SHA for 0089a75
1 file changed
src/handlers/ExecutionHandler.ts
@@ -37,6 +37,7 @@ export function executionHandler(
37
case UPDATE_REGION: {
38
const args = params.arguments ?? [];
39
if (args.length > 0) {
40
+ components.awsCredentials.handleIamCredentialsDelete();
41
components.settingsManager.updateRegion(getRegion(args[0]));
42
}
43
break;
0 commit comments