When you deploy your function, dependencies specified in the go.mod file will be fetched and built automatically.
Cuando implementas la función, las dependencias especificadas en el archivo go.mod se recuperarán y compilarán automáticamente.
If you have a go.mod file and a vendor directory, the vendor directory will be ignored when you deploy your function.
Si tienes un archivo go.mod y un directorio vendor, el directorio vendor se ignorará cuando implementes tu función.
You can reduce this latency, as well as the time needed to deploy your function, by loading dependencies correctly and not loading dependencies your function doesn't use.
Para reducir esta latencia y el tiempo que se requiere para implementar tu función, carga las dependencias correctamente y no cargues las dependencias que tu función no utiliza.
Selecting the runtime The Node.js 6 runtime is generally available and is the default runtime selected when you deploy your function.
El entorno de ejecución de Node.js 6 generalmente está disponible y es el entorno de ejecución predeterminado que se selecciona cuando implementas tu función.
When you deploy your function, Cloud Functions downloads and installs dependencies declared in the requirements.txt file using pip.
Cuando implementas tu función, Cloud Functions descarga y, luego, instala dependencias declaradas en el archivo requirements.txt con pip.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "deploy your function" în limba Română