Docs
Blog
Environments
Examples
GitHub
Slack
Support
Search
K
Examples
Search
Filter by language
All
JavaScript
Python
Go
Java
.NET
Perl
PHP
Ruby
TensorFlow
Misc
Hello World
Simple Hello World Example in Node.js
node.js
javascript
hello-world
Hello World with callback
Simple Hello World Example implemented with legacy call back implementation
node.js
javascript
hello-world
Node.js require
Demonstrates require feature in Node.js
node.js
javascript
hello-world
Multi Entry
This is a multiple exports example
node.js
javascript
Kubernetes Events
This example watches Kubernetes events and sends them to a Slack channel
node.js
javascript
kubernetes
slack
Weather API
In this example, the Yahoo Weather API is used to current weather at a given location
node.js
javascript
api
Hello World
Simple Hello World Example in Python
python
hello-world
Request-Response in Python
Code to show how you can access the HTTP request fields, such as the body, headers and query
python
request-response
Changing Status Code
Code to show how you can change the response status code
python
request-response
Multi File
Working with multiple source files in Python
python
Guestbook
Demonstration of using Python and Fission to create a serverless guestbook
python
application
Source Package
Example of how to use the Fission Python Build environment to resolve (pip) dependencies before deploying the function
python
pip
Voting App
Fission based application to connect to a relational database like Postgres & perform basic operations
python
application
database
postgresql
OpenTelemetry Datadog
Example to show how you can use Opentelemetry to send traces from your Fission functions to Datadog
python
application
observability
opentelemetry
datadog
Single Vs Monolith
Example to show how you can create Fission applications using different architectures
python
application
architecture
design
Twitter Bot
Twitter Bot that responds to tweets & notifies in Slack channel
python
application
twitter
slack
bot
Zapier Webhook
Example to show webhook integration with Zapier
python
application
zapier
webhook
Websocket Sample Python
Example to show usage of websocket in Python based function
python
application
websocket
Hello World
Simple Hello World Example in Go
go
hello-world
Using Go Modules
How to use Go Modules in Fission
go
Hello World
Simple Hello World Example in Java
java
hello-world
jvm
Hello World
Simple Hello World Example in C#
c#
.net
hello-world
Accessing Request Body Parameters
Code to show how to access request body parameters in C#
c#
.net
request-response
Accessing Request Header Parameters
Code to show how to access request header parameters in C#
c#
.net
request-response
Accessing Context Arguments
Code to show how to access context arguments in C#
c#
.net
Hello World
Simple Hello World Example in Perl
perl
hello-world
Hello World
Simple Hello World Example in PHP
php
hello-world
Hello World with Request-Response
Code to show how request response work with PHP in Fission
php
request-response
Currency Converter
Code to show working with APIs in PHP
php
request-response
api
Multi File
Working with multiple files and external libraries in PHP
php
Hello World
Simple Hello World Example in Ruby
ruby
hello-world
Request-Response in Ruby
Code to show Fission::Context and Fission::Response objects
ruby
request-response
Send events to Slack
Code to show how to send events to Slack using Ruby
ruby
slack
Binary Environment
Sample codes using binary go server to execute shell scripts
misc
go
Binary Environment with multiple files
Code to show fission binary environment with multiple programs
misc
go
Container Functions
Example to show how to run container functions in Fission
misc
container
docker
javascript
Dashboards
Prometheus and Grafana dashboards for Fission
misc
observability
prometheus
grafana
loki
Falco
Using Falcosidekick and Fission to detect and delete a compromised pod in a Kubernetes cluster
misc
falco
application
go
Penetration Testing With Gobuster
Example to perform penetration testing with Gobuster and Fission
misc
testing
gobuster
application
Long Running Compute
Example to show how long running computes work in Fission
misc
python
application
Long Running Functions
Example to show how long running functions work in Fission
misc
python
application
Nextjs Blog
This sample shows a demo blog using Fission function handling multiple URLs with prefix path
misc
nextjs
application
blog
prefix
Nextjs app with prefix
This sample demos a Fission function handling multiple URLs with prefix path mentioned in route
misc
nextjs
application
blog
prefix
Chrome Headless in a Fission function
This examples shows running headless chrome in a fission function
misc
javascript
application
chrome
headless
Tensorflow serving environment
Example to show how tensorflow serving environment works in Fission
misc
tensorflow
application
Websocket based chat application
Chat application built on websockets
misc
chat
application
websocket
Workshop Samples
Examples showcased during any workshops
misc
workshop