aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.54k stars 4.13k forks source link

Improve documentation and examples for synchronous invocation of long-running lambda functions #5904

Open kdaily opened 3 years ago

kdaily commented 3 years ago

Is your feature request related to a problem? Please describe.

Synchronous invocation of long-running lambda functions can be retried under default CLI parameters without the user being aware. This was raised in issue https://github.com/aws/aws-cli/issues/2657.

Describe the solution you'd like

Improve documentation around this behavior to make it clear what a user would need to do to prevent this from happening.

Describe alternatives you've considered

Reviewed existing documentation and could not find a clear, concise description of this scenario.

Additional context

None

cmoralesmx commented 3 years ago

Hello, this seems like a good small issue to get myself involved with the project. I'll start working on this as it seems to be available

github-actions[bot] commented 2 years ago

Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.

cmoralesmx commented 2 years ago

Hi, sorry, life got in the way and this went under my radar for a while. I've now opened a pull request for this in the docs repo. This is my first contribution in anything AWS CLI related, I hope my commit fully addresses this issue