routine_code_commit
Save code versions for Edge Routines to enable future modifications or releases within ESA services.
Instructions
Save a code version for future modifications or release within an Edge Routine (ER).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the routine, support lowercase English, numbers, and hyphens, must start with lowercase English, length cannot be less than 2 characters | |
| description | No | Description of the routine, no spaces | |
| code | Yes | Source Code of the routine, export default { async fetch(request) { return handleRequest(request); } } |