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
It's a bit hard to explain the issue I'm facing so adding a print screen:
You can see that I get a prompt for the next command before the awslocal command has finished running.
This causes several issues when we have several inputs to enter one after another like the configure command of aws cli, in case I want to enter credentials.
You can see I got a prompt for the next command even though I'm supposed to be in the context of the first one.
I tried this on 2 different computers, both in CMD and Powershell.
Any ideas?
Is this a bug?
As a workaround, I added this to my Powershell Profile:
It's a bit hard to explain the issue I'm facing so adding a print screen:

You can see that I get a prompt for the next command before the
awslocal
command has finished running.This causes several issues when we have several inputs to enter one after another like the
configure
command of aws cli, in case I want to enter credentials.You can see I got a prompt for the next command even though I'm supposed to be in the context of the first one.
I tried this on 2 different computers, both in CMD and Powershell.
Any ideas?
Is this a bug?
As a workaround, I added this to my Powershell Profile:
So instead of
awslocal
I'm my customawsl
at the end of eachaws
command (not only endpoint but also my custom aws-local profile).The text was updated successfully, but these errors were encountered: