Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.52 KB

File metadata and controls

26 lines (14 loc) · 1.52 KB

IBM Cloud Functions Web UI

This exercise will introduce the IBM Cloud Functions Web UI. This application helps to manage your IBM Cloud Functions applications from a web browser, rather than using the command-line.

Once you have completed this exercise, you will have…

  • Understood how to find and use the IBM Cloud Functions Web UI.

Once this exercise is finished, you will be able to use the web ui to build and manage serverless applications on IBM Cloud!

Background

IBM Cloud Functions comes with a Web UI to help developers manage their serverless applications. Common development tasks such as creating actions, monitoring invocations, setting up triggers and more can all be achieved using this web application. The web application is custom to IBM Cloud and not part of the open-source Apache OpenWhisk project.

It can often be quicker to use the Web UI for certain development tasks, rather than typing repetitive CLI commands. The web UI integrates with the IBM Cloud interface, making it easy to provision and connect new cloud services to your applications.

In this exercise, we'll show you the different features of the IBM Cloud Web UI….

Navigating To The IBM Cloud Functions Homepage

  1. Open the IBM Cloud homepage.

  2. Click the hamburger menu icon in the top left corner to show the menu.

  3. Click "Functions" in the list to open the IBM Cloud Functions homepage.