cognito-user-profiles-export-reference-architecture icon indicating copy to clipboard operation
cognito-user-profiles-export-reference-architecture copied to clipboard

A reference architecture for exporting user profiles, group details, and group memberships from an Amazon Cognito User Pool to an Amazon DynamoDB global table using AWS Step Functions and AWS Lambda.

Results 10 cognito-user-profiles-export-reference-architecture issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When trying to restore a backup to a new user pool, the majority of user records cannot be imported. Most of the records from the pool I...

enhancement

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

lambda terminating prior to completion of ddb batch-write operation ![image](https://github.com/aws-solutions/cognito-user-profiles-export-reference-architecture/assets/28468364/41218fde-746c-46e4-b0c4-4a652305f6a3) https://github.com/aws-solutions/cognito-user-profiles-export-reference-architecture/blob/a923a3317b46de8dc9f4076ce15b667f89390262/source/workflow-export/export-users-in-group.js#L59 The following `await `can be applied directly within the lambda for deployments that rely on the existing unawaited behavior....

bug

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

This is a severe restriction. Of the 11 user pools I looked at, 8 used both "phone_number" and "email" as username attribute, so using this code will not work. We're...

enhancement

_Description of changes_: This update enhances the build script to properly handle paths with spaces. The script now correctly handles directory names that contain spaces by wrapping variables in quotes...

enhancement

*Description of changes:* This enable the deletion protection on the backup table. This prevent from any accidental deletion. This is considered as a fail when using the cfn-lint command. By...

enhancement