constructor() {
    const { credentials, region } = config
    this.cloudfront = new CloudFront({ credentials, region })
  }