Skip to content

Sample how to run COBOL code as serverless function with fnproject

License

Notifications You must be signed in to change notification settings

maxjahn/oci-fn-cob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless COBOL Functions

This is an example for using the fnproject hotwrap functionality to run arbitrary code as serverless function. In this case hello world is implemented in COBOL.

Using fnproject CLI you can build and deploy the function:

fn build

fn deploy -app <YOUR_FN_APP>

Then you can try this fancy function:

fn invoke <YOUR_FN_APP> hello-cob

echo "Max" | fn invoke <YOUR_FN_APP> hello-cob

About

Sample how to run COBOL code as serverless function with fnproject

Topics

Resources

License

Stars

Watchers

Forks