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.
- 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.
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.