Skip to content

Commit d0ac552

Browse files
committed
move functions examples to helloworld-samples and update readme
Signed-off-by: Luke Roy <luke.roy@ibm.com>
1 parent e11d26d commit d0ac552

9 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,14 @@ is demonstrating.
159159

160160
#### Function
161161

162-
- [function](function)
163-
This will show how to create Python and NodeJs functions with additional modules/packages
162+
- [function-inline-nodejs](helloworld-samples/function-inline-nodejs)
163+
This example shows how to create simple inline NodeJS function
164+
- [function-inline-python](helloworld-samples/function-inline-python)
165+
This example shows how to create simple inline Python function
166+
- [function-codebundle-nodejs](helloworld-samples/function-codebundle-nodejs)
167+
This example shows how to create NodeJS functions with additional modules
168+
- [function-codebundle-python](helloworld-samples/function-codebundle-python)
169+
This example shows how to create Python functions with additional modules
164170

165171
#### Source-to-Image
166172
- [s2i-buildpacks](s2i-buildpacks)<br>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

helloworld-examples/function-python/requirements.txt renamed to helloworld-samples/function-codebundle-python/requirements.txt

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)