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
Copy file name to clipboardExpand all lines: README.md
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,51 @@ module.exports = { handler }
41
41
```
42
42
43
43
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`
44
+
45
+
### Advanced example
46
+
47
+
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.
0 commit comments