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
Problem:
Since 6f50d9a some customers have
reported that `aws.samcli.lambdaTimeout` is set to `1234`, which is
a temporary value that we use to check if settings are working, and is
not supposed to be permanently saved in the user `settings.json`. #4004
Solution:
Mitigate the issue by:
- Always removing the temporary sentinel value, even if it wasn't set by
this vscode session.
- Use a higher value 91234 so that, in the worst case, the value is
still roughly the same as the default of 90000.
0 commit comments