The development process of a new Orbs Lambda cloud function includes the following steps:\
-
Select a unique ID for your lambda function (alpha-numeric characters and dashes).\
-
Create a local git repository conforming to the appropriate project structure.\
-
Implement the logic of your cloud function in JavaScript (or TypeScript).\
-
Write a simple test suite to verify your lambda function logic locally.\
-
Deploy your lambda by creating a PR (git pull request) to the official Orbs repo on GitHub.\
-
Wait until your lambda is deployed by the system, errors and feedback will appear on the PR.\
-
Analyze execution of your lambda in production by examining the network status page.