data "aws_s3_bucket" "ddb_export" {
  bucket = var.ddb_export_bucket_name
}
