Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.35 KB

File metadata and controls

23 lines (15 loc) · 1.35 KB

Kyma Serverless samples migrated from matching SAP BTP FaaS Runtime examples

Overview

This folder contains samples that help you migrate most common scenarios from deprecated SAP FaaS Runtime Functions to Kyma runtime. The samples aim to cover the migration of common use cases, described by the selected FaaS Functions examples.

Scenarios

  • qrcode-producer - Demonstrating how to expose Kyma Function using HTTP.
  • s3uploader - Demonstrating how to use Kubernetes Config Maps and Secrets to consume configuration necessary, for example, to access 3rd party service.
  • ce-coffee - Demonstrating how to send and consume cloud events from SAP BTP Event Mesh in Kyma Functions.
  • hello-timer - Demonstrating how to model a time-based trigger for Kyma Function using Kubernetes Cron Job.

Prerequisites

All the samples have the following common prerequisites:

  • SAP BTP, Kyma runtime instance
  • kubectl configured to use the KUBECONFIG file downloaded from Kyma runtime
  • kyma CLI

Individual samples may have additional prerequisites as they are based on services outside of Kyma runtime.