I hereby claim:
- I am trozz on github.
- I am trozz (https://keybase.io/trozz) on keybase.
- I have a public key whose fingerprint is 2F6B 7D5F 18F4 8759 C67C AB50 08EF 6812 3190 8B32
To claim this, I am signing this object:
| #!/bin/bash | |
| # AWS SSM Connect Script | |
| # Connects to EC2 instances via SSM using the instance Name tag | |
| set -euo pipefail | |
| # Default values | |
| DEFAULT_PROFILE="" | |
| DEFAULT_REGION="" |
| version: '2' | |
| services: | |
| railgun: | |
| image: trozz/railgun | |
| depends_on: | |
| - memcache | |
| links: | |
| - memcache:memcache | |
| ports: | |
| - "2408:2408" |
| // Restify Server CheatSheet. | |
| // More about the API: http://mcavage.me/node-restify/#server-api | |
| // Install restify with npm install restify | |
| // 1.1. Creating a Server. | |
| // http://mcavage.me/node-restify/#Creating-a-Server | |
| var restify = require('restify'); |
I hereby claim:
To claim this, I am signing this object: