With IBM Cloud™ Functions you can use your favorite programming language to write lightweight code that runs app logic in a scalable way. You can run code on-demand with HTTP-based API requests from applications or run code in response to IBM Cloud services and third-party events. The Function-as-a-Service (Faas) programming platform is based on the open source project Apache OpenWhisk.
With IBM Cloud™ Functions, you can create stateless code snippets, called actions, that are set to perform one specific task. To learn more about actions and other Functions terms, see terminology.
Click an option to get started.
To get started with Cloud Functions, try creating the Hello World quickstart template.
Create an Ibm cloud account or log in to an existing account.
Navigate to the cloud function dashboard.
Click Start Creating > Quickstart Templates and select the Hello World template.
Create a package for your actions by inputting a unique name in the Package Name field.
Select a runtime from the drop-down menu in the Action helloworld section. You can preview the code for the sample action in each available runtime before you deploy the template.
You can get the output as below: