General questions about Cloud Functions
Can I get logs of my operations with services?
Yes, you can request log records about your resources from Yandex Cloud services. For more information, see Data requests.
Using the CLI to upload a Zip file with the source code for a Serverless function update
To create a function version from a ZIP file, execute:
yc serverless function version create --source-path
You can learn more about downloading the code in the guide on Creating a function version.
Size of source code archive for uploading to Cloud Functions
You can upload a file up to 3.5 MB in size directly. A larger file must be uploaded via Yandex Object Storage. You can learn more in the documentation.
I am not the cloud owner, but I was granted access. Rights/roles required to publish a function
For function access, you need the admin
or resource-manager.clouds.owner
role. You can learn more in the documentation.
Accessing an environment variable in Cloud Functions from Node.js code
To access environment variables, use the process.env
global variable. You can learn more in the documentation
Python modules available for working with Cloud Functions? How do I connect new modules?
You can upload modules as a ZIP file up to 3.5 MB in size. A larger file must be uploaded via Object Storage. You can learn more in the documentation.
Invoking cloud functions for Alice's skills is free. If I invoke another one of my cloud functions from a skill cloud function? Will that be free as well?
Such calls will be charged per the Cloud Functions pricing policy.
I want to increase my quotas. How do I determine the appropriate values for them?
For more information on which quotas to increase and to what extent, see Relationship between quotas.