edge_deploy_function
Deploy TypeScript/JavaScript code as a Supabase Edge Function by providing a function name and code. Optionally include an import map for dependencies to run serverless functions at the edge.
Instructions
Deploy an Edge Function to Supabase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| import_map | No | Import map for dependencies (optional) | |
| function_code | Yes | TypeScript/JavaScript code for the function | |
| function_name | Yes | Name of the function to deploy |