Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasgriffintn/aws-dynamodb-backup
Keeping DynamoDB tables backed up with Step Functions and Lambda
https://github.com/nicholasgriffintn/aws-dynamodb-backup
Last synced: about 1 month ago
JSON representation
Keeping DynamoDB tables backed up with Step Functions and Lambda
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/aws-dynamodb-backup
- Owner: nicholasgriffintn
- Created: 2023-08-28T00:36:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T00:36:32.000Z (about 1 year ago)
- Last Synced: 2024-04-22T05:10:35.478Z (7 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AWS DynamoDB Backup
When you delete a table on AWS DynamoDB, the automatic table backups that were created are also deleted.
This is a service for creating manual backups for tables to ensure that the table's data is backed up even if it is removed.