Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

This directory contains basic examples for kubeless.

Specifically it contains examples that we can test quickly using the Makefile. Some of these examples are run during our integration tests.

Check the Makefile

Then run some of the examples like so:

make post-python

Or a different runtime:

make post-dotnetcore

Or a PubSub example:

make pubsub-python