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
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 #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.