https://github.com/kvendingoldo/aws-cognito-restore-lambda
https://github.com/kvendingoldo/aws-cognito-restore-lambda
aws aws-lambda backup cognito lambda terraform
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvendingoldo/aws-cognito-restore-lambda
- Owner: kvendingoldo
- License: mit
- Created: 2022-08-05T10:23:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T00:07:40.000Z (over 1 year ago)
- Last Synced: 2025-02-27T04:47:42.099Z (7 months ago)
- Topics: aws, aws-lambda, backup, cognito, lambda, terraform
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# aws-cognito-restore-lambda
## Overview
Users of AWS Cognito periodically face issues with backups. The Cognito user pool backup mechanism is not embedded into AWS.
We may use this Lambda to restore users from backups created by the [aws-cognito-backup-lambda](https://github.com/kvendingoldo/aws-cognito-backup-lambda) project.## Documentation
You can review the following documents on the Lambda to learn more:
* [How to use the Lambda inside of AWS](docs/how_to_use_aws.md)
* [How to use the Lambda locally](docs/how_to_use_locally.md)
* [How to use Terraform automation](docs/how_to_use_terraform.md)
* [Labmda's environment variables](docs/environment_variables.md)