while (status !== 'Active') {
      logger.debug('[7.3/12] 等待云函数配置更新完成...')

      status = await scf('GetFunction', tc.config, {
        FunctionName: config.config.FunctionName,