Skip to content

Instantly share code, notes, and snippets.

View ericstoekl's full-sized avatar

Eric Stoekl ericstoekl

  • Seattle, WA, USA
View GitHub Profile
@DieterReuter
DieterReuter / user-data-openfaas-1node.yml
Created October 30, 2017 17:41
Deploy HypriotOS/arm64 for RPi3 with OpenFaas the DevOps/Automation way
#cloud-config
# vim: syntax=yaml
#
# The current version of cloud-init in the Hypriot rpi-64 is 0.7.9
# When dealing with cloud-init, it is SUPER important to know the version
# I have wasted many hours creating servers to find out the module I was trying to use wasn't in the cloud-init version I had
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
@alexellis
alexellis / async.md
Last active July 30, 2018 21:30
Trying out async FaaS with NATS

You can now evaluate asynchronous functions with FaaS backed by the NATS Streaming server.

  • Checkout the branch and build the image: functions/gateway:latest-dev
$ git clone https://github.com/alexellis/faas
$ git checkout update_async

Optionally also build the branch: