An open API service indexing awesome lists of open source software.

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.

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.