Skip to content

Instantly share code, notes, and snippets.

View murlock's full-sized avatar
🕶️

Michael Bonfils murlock

🕶️
View GitHub Profile
@murlock
murlock / README.md
Last active November 5, 2020 21:05 — forked from crypticmind/README.md
Setup lambda + API Gateway using localstack
@murlock
murlock / install-proto.sh
Last active March 13, 2018 15:14 — forked from CheyenneForbes/install-proto.sh
Install Protobuf debian ...
#! /bin/bash
PB_VERSION=2.5.0
set -e
apt-get update
apt-get install build-essential wget
wget https://github.com/google/protobuf/releases/download/v$PB_VERSION/protobuf-$PB_VERSION.tar.gz