deprecated
  • orbs-v3 overview
  • orbs-vm
    • Introduction
    • Get started
    • Dockerfile
      • Working Directory
      • Entry point
      • Health check
    • Status
    • Deployment
  • orbs-lambda
    • Introduction
    • Getting Started
    • Supported Networks
    • Project Structure
    • Lambda Triggers
      • OnSchedule
      • onBlocks
      • onEvent
      • Subscribing To Triggers
    • Writing Your Lambda Function
    • Test And Run Locally
    • Paying For Your Transactions
    • Submit Your Lambda
Powered by GitBook
On this page
  1. orbs-lambda

Introduction

PreviousDeploymentNextGetting Started

Last updated 2 years ago

Orbs Lambda - Decentralized Serverless Cloud Function

Orbs Lambda is an event driven, serverless and decentralized computing solution, similar in concept to AWS Lambda - only decentralized.

Write your cloud function in the industry standard language JavaScript, and utilize dozens of familiar libraries such as web3.js.

Select a trigger for execution, such as a scheduled time interval or a new on-chain event, and deploy. The whole process can take as little as 30 minutes.

Orbs Lambda is not meant to replace your smart contracts. It is a complementary solution that allows developers to enrich their business logic without sacrificing decentralization.

For a more flexible solution, resembling AWS EC2, see .

Orbs VM