deploy-function
Deploy serverless functions to Netlify by specifying the function name, file path, and runtime. Automate deployment for efficient API and backend functionality integration.
Instructions
Deploy a serverless function
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Function name | |
path | Yes | Path to the function file | |
runtime | No | Function runtime (e.g., nodejs, go) |