Is there a way to pipe the letter q into an aws cli command so that I don't have to press q when the function has finished? (Less about laziness, more about automation, which is arguably the same thing).
E.g. when I upload a Lambda function, the JSON response is returned, but I have to press q in order to trigger the automated uploading of a second function. I tried aws lambda.. | q
but to no avail!