Skip to content

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