Lambda
核心功能
通过 Lambda API 创建、更新、列出、删除并调用 HTTP 函数。
JavaScript 函数
使用内置运行时 helper,例如 write、body、query 和 headers。
HTTP 调用
通过公共运行 URL、认证的管理运行 URL,或按 owner/project 的 mux 路由调用函数。
静态响应
用同一套 Lambda 模型提供静态 HTML、CSS 和 JavaScript 片段。
Quick start
快速开始
使用 API 在几秒内开始使用 Lambda。
1curl -X POST https://api.hola.cloud/api/v0/lambdas \
2 -H 'X-Glue-Authentication: {"user":{"id":"user-123"}}' \
3 -d '{"name":"hello","language":"javascript","method":"GET","path":"/hello","code":"write(\"Hello from Lambda\")"}'
Use cases
常见用例
微服务编排
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
数据管道自动化
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
事件驱动架构
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
后端 API 开发
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
评论