cognito-user-profiles-export-reference-architecture
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.
**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...
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...
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...
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...
lambda terminating prior to completion of ddb batch-write operation  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....
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...
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...
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...
_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...
*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...