Serverless function execution platform
Lambda runs JavaScript functions and static assets behind HTTP endpoints on HolaCloud.
Key features
Create, update, list, delete, and invoke HTTP functions through the Lambda API.
JavaScript functions
Run JavaScript with the built-in runtime helpers such as write, body, query, and headers.
HTTP invocation
Invoke functions through public run URLs, authenticated admin run URLs, or owner/project mux routing.
Static responses
Serve static HTML, CSS, and JavaScript snippets with the same Lambda model.
Quick start
Get started with Lambda in seconds using the API.
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\")"}'
Common use cases
Microservices orchestration
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with Lambda on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with Lambda.
Comments