-
Notifications
You must be signed in to change notification settings - Fork 0
Using in AWS Lambda
Eugene Lazutkin edited this page Apr 23, 2019
·
2 revisions
Examples of using this middleware in AWS Lambda.
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.