constructor() {
    const { credentials, region } = config
    this.ssm = new SSM({ credentials, region })
  }