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
Running setTimeout() and similar functions makes a lambda wait for them. Generally, it means that we cannot use open-ended timeouts hoping that it will be eventually terminated. It prevents from using utils/renewableAccessToken from being used in AWS Lambda. Use utils/lazyAccessToken instead.