Skip to content

Instantly share code, notes, and snippets.

View cplee's full-sized avatar

Casey Lee cplee

View GitHub Profile
package main
import (
"fmt"
"github.com/aws/aws-lambda-go/events"
"github.com/aws/aws-lambda-go/lambda"
"os"
"strconv"
)
@cplee
cplee / keybase.md
Created November 20, 2016 15:59
keybase.md

Keybase proof

I hereby claim:

  • I am cplee on github.
  • I am cplee (https://keybase.io/cplee) on keybase.
  • I have a public key whose fingerprint is A2B8 5955 EDF1 9969 009C 4B51 08CF 8ECA 24F2 5A02

To claim this, I am signing this object:

@cplee
cplee / keybase.md
Created November 20, 2016 15:59
keybase.md

Keybase proof

I hereby claim:

  • I am cplee on github.
  • I am cplee (https://keybase.io/cplee) on keybase.
  • I have a public key whose fingerprint is A2B8 5955 EDF1 9969 009C 4B51 08CF 8ECA 24F2 5A02

To claim this, I am signing this object:

@cplee
cplee / gist:8873387
Created February 7, 2014 22:32
Berksfile conditionally check for cookbook dependencies locally
["rsyslog"].each do |dep|
if File.exist?("../#{dep}/metadata.rb")
cookbook dep, path: "../#{dep}"
end
end