We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To provide a little bit more piece-of-mind ddbt should allow the user to create a backup before the table is truncated.
ddbt
The relevant API is CreateBackup.
CreateBackup
Reference: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/dynamodb#Client.CreateBackup
Possible flag name: --create-backup.
--create-backup
The output at the end should contain details about the backup.
The text was updated successfully, but these errors were encountered:
jenslauterbach
No branches or pull requests
To provide a little bit more piece-of-mind
ddbt
should allow the user to create a backup before the table is truncated.The relevant API is
CreateBackup
.Reference: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/dynamodb#Client.CreateBackup
Possible flag name:
--create-backup
.The output at the end should contain details about the backup.
The text was updated successfully, but these errors were encountered: