Skip to content

FunctionSpec

Function specification for bulk sync operations

PropertyTypeDescription
allow_env?boolean-
allow_net?boolean-
allow_read?boolean-
allow_unauthenticated?boolean-
allow_write?boolean-
codestring-
cron_schedule?string-
description?string-
enabled?boolean-
is_pre_bundled?booleanIf true, code is already bundled and server will skip bundling
is_public?boolean-
memory_limit_mb?number-
namestring-
nodePaths?string[]Additional paths to search for node_modules during bundling (used by syncWithBundling)
original_code?stringOriginal source code (for debugging when pre-bundled)
sourceDir?stringSource directory for resolving relative imports during bundling (used by syncWithBundling)
timeout_seconds?number-