html_deploy
Deploy HTML pages to ESA Edge Routine, generating a default access URL for quick testing and sharing. Requires a valid name and HTML string for deployment.
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 |
---|---|---|---|
html | Yes | An HTML string which user want to deploy. For example: <html><body>Hello World</body></html> | |
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 |