Skip to content

Using in AWS Lambda

Eugene Lazutkin edited this page Apr 23, 2019 · 2 revisions

Examples of using this middleware in AWS Lambda.

Notes

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.

Clone this wiki locally