DynamoDB - Backup and Recovery
Given this export command snippet:
What will be the format of the exported files in the S3 bucket?
aws dynamodb export-table-to-point-in-time \ --table-arn arn:aws:dynamodb:us-east-1:123456789012:table/Orders \ --s3-bucket order-backups \ --export-format DYNAMODB_JSON
What will be the format of the exported files in the S3 bucket?
