# cloud-functions-workshops **Repository Path**: mirrors_ibm/cloud-functions-workshops ## Basic Information - **Project Name**: cloud-functions-workshops - **Description**: IBM Cloud Functions workshops for Developers - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IBM Cloud Functions Workshops *Welcome to the homepage for workshops that are designed to teach you how to develop **serverless applications**, composed of loosely coupled microservice-like functions, using the [IBM Cloud Functions](https://cloud.ibm.com/functions) service. IBM Cloud Functions is based upon the [Apache OpenWhisk](https://openwhisk.apache.org/) open-source serverless platform whose initial codebase came out of IBM Research and was donated to the Apache Software Foundation (ASF).* Specifically, this repository contains various workshops for developers wishing to learn, in a step-by-step manner, how to use the IBM Cloud Functions Serverless platform using both client tooling such as the IBM Cloud Command Line Interface (CLI) as well as the IBM Cloud Web User Interface (UI). The workshops are organized incrementally, by developer experience level from beginner to expert, as well as providing independent exercises showing how to provide specific Function integrations with IBM Cloud services such as Cloudant (NoSQL), Cloud Object Storage (COS), Mobile Push Notifications and others. The workshops are organized as follows: * [**Prerequisites**](prereqs/README.md) - Provides instructions on how to sign up for IBM Cloud and the IBM Cloud Functions service, as well as the installation of the Command Line Interface (CLI) and other tooling needed for the workshops. * [**NodeJS Introductory Workshop**](101-workshop-nodejs/README.md) - ## Learn more about IBM Cloud Functions before you begin Here are some links that you may find helpful in understanding what IBM Cloud Functions can do for you: * [Getting Started on Cloud Functions](https://cloud.ibm.com/docs/openwhisk?topic=cloud-functions-getting-started) * [Cloud Functions CLI Reference](https://cloud.ibm.com/docs/cloud-functions-cli-plugin/cloud-functions-cli-plugin-functions-cli?topic=cloud-functions-cli-plugin-functions-cli) for the IBM Cloud Functions plug-in to the IBM Cloud CLI * [Cloud Functions API Documentation](https://cloud.ibm.com/apidocs/functions) * Learn how Cloud Functions supports advanced [IAM access control through the use if Namespaces](https://cloud.ibm.com/docs/openwhisk?topic=cloud-functions-namespaces#targeting-namespaces). **Note** _All workshop materials are provided under the [Apache 2 license](LICENSE)._