https://github.com/kvendingoldo/aws-cognito-backup-lambda
https://github.com/kvendingoldo/aws-cognito-backup-lambda
aws aws-lambda backup cognito hacktoberfest lambda terraform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvendingoldo/aws-cognito-backup-lambda
- Owner: kvendingoldo
- License: mit
- Created: 2022-08-03T21:36:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T21:54:39.000Z (over 1 year ago)
- Last Synced: 2024-10-13T00:02:53.201Z (8 months ago)
- Topics: aws, aws-lambda, backup, cognito, hacktoberfest, lambda, terraform
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# aws-cognito-backup-lambda
## Overview
Users of AWS Cognito periodically face issues with backups. The Cognito user pool backup mechanism is not embedded into AWS.
Therefore, this Lambda function can assist with the problem; using it,
you can backup all users and groups from the Cognito user pool into an S3 bucket in JSON format.
The [aws-cognito-restore-lambda](https://github.com/kvendingoldo/aws-cognito-restore-lambda) project can be used to recover users.## 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)