All Projects → dabit3 → cognito-lambda-examples

dabit3 / cognito-lambda-examples

Licence: other
Examples showing how to implement functionality using Cognito in Lambda and Lambda triggers

Programming Languages

javascript
184084 projects - #8 most used programming language

Examples of Lambda triggers and other functions to help you interact with Cognito from Lambda

  1. addUserToGroup.js

Adds a user to a Cognito user group

  1. confirmFromDomain.js

Automatically confirms a user based on their domain email address.

  1. getCognitoUserInfo.js

Gets the Cognito user attributes based on the sub and then gets the Cognito groups based on the username. It then checks to see if the user is in a required group, and if so, will either authorize or deny the request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].