html_deploy
Deploy HTML pages to ESA Edge Routine (ER) and generate access URLs for immediate use.
Instructions
Quickly deploy an HTML page to ESA Edge Routine (ER) and return a default access URL to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the routine, supports lowercase English letters, numbers, and hyphens, must start with a lowercase letter, and must be at least 2 characters long. For example: hello-world | |
| html | Yes | An HTML string which user want to deploy. For example: <html><body>Hello World</body></html> |