Kenneth Daily
Kenneth Daily
Hi @mokhirashakira, I tried this with another command that also had a similar issue. Could you try to prepend your command with `LANG="en_US.UTF-8"` to see if forcing it to use...
Done. I removed the revisions of your original post and mine that had the repo names as well.
Hi! As part of our contribution process, I think we need some more discussion on this change. We'll need to reach out to the service documentation writers for more information...
Hi @yogeshlonkar, Thanks for posting. The [docs](https://docs.aws.amazon.com/cli/latest/reference/lambda/invoke.html ) for the `aws lambda invoke` mention that this is a potential issue: > For functions with a long timeout, your client might...
I'm going to look into this some more. I tried it again on my Mac, and it did not exit as expected when the Lambda finished.
Sending an interrupt shows this: ``` ^C2020-12-07 14:45:06,778 - MainThread - awscli.clidriver - DEBUG - Exception caught in main() Traceback (most recent call last): File "awscli/clidriver.py", line 457, in main...
I'm still trying to determine if this is on the Python SDK/CLI or Lambda side of things by trying it in the AWS SDK for JavaScript. There is this Knowledge...
Hi @yogeshlonkar, Could you try to enable the CLI to use keep alive packets? https://docs.aws.amazon.com/credref/latest/refdocs/setting-global-tcp_keepalive.html You have to do this within your AWS CLI config file - it's not available...
Long story short - I think this is a bug of some sort that we'll look at, but I want to see if there's a way that I can keep...
Hi, agreed @RobCannon. Also see #4789, opened after this one.