We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d2885 commit 000c1f0Copy full SHA for 000c1f0
README.md
@@ -88,7 +88,7 @@ and returns a userId. This helps us attribute requests to unique users. Even tho
88
automatically retrieve the userId without this, this is highly recommended to ensure accurate attribution.
89
90
91
-```
+```javascript
92
options.identifyUser = function (event, context) {
93
// your code here, must return a string
94
return event.requestContext.identity.cognitoIdentityId
0 commit comments