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
If the above file in your Lambda source was called `index.js` then the name of the handler in the Lambda configuration is `index.handler`
65
68
66
-
### Advanced example with asynchronous setup
69
+
####Advanced example with asynchronous setup
67
70
68
71
Sometimes the application needs to read configuration from remote source before it can start processing requests. For example it may need to decrypt some secrets managed by KMS. For this use case a special helper `deferred` has been provided. It takes a factory function which returns a Promise that resolves to the app instance. The factory function will be called only once.
0 commit comments