https://github.com/denismakogon/fn-tricks
Development with Fn is a fun total fun! Here you can find a set of serverless functions utilizing hidden Fn features.
https://github.com/denismakogon/fn-tricks
cloud-computing containers development docker fn fnproject golang recursion serverless techniques
Last synced: about 1 month ago
JSON representation
Development with Fn is a fun total fun! Here you can find a set of serverless functions utilizing hidden Fn features.
- Host: GitHub
- URL: https://github.com/denismakogon/fn-tricks
- Owner: denismakogon
- License: apache-2.0
- Created: 2018-05-22T20:28:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T09:59:09.000Z (about 8 years ago)
- Last Synced: 2025-07-15T06:08:55.632Z (11 months ago)
- Topics: cloud-computing, containers, development, docker, fn, fnproject, golang, recursion, serverless, techniques
- Language: Go
- Homepage: http://fnproject.io/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fn tricks
In this repo you can find examples of non-trivial functions like:
- [recursive function](recursion/README.md)
- [continuous data processing function](continuous-data-processing)
Consider these samples as the idea how to implement certain use cases.