Skip to content

Instantly share code, notes, and snippets.

View lukewaite's full-sized avatar
💭
I may be slow to respond.

Luke Waite lukewaite

💭
I may be slow to respond.
View GitHub Profile
@lukewaite
lukewaite / keybase.md
Created June 29, 2017 02:04
keybase.md

Keybase proof

I hereby claim:

  • I am lukewaite on github.
  • I am lwaite (https://keybase.io/lwaite) on keybase.
  • I have a public key ASAiTYGukqZ1V-a2JhulzmN3LqubyABgx0l_HvgOYbJ31Ao

To claim this, I am signing this object:

@lukewaite
lukewaite / lambda.conf
Last active October 26, 2020 09:20
logstash_cloudwatch_logs_lambda
input {
cloudwatch_logs {
log_group => "/aws/lambda/my-lambda"
access_key_id => "AKIAXXXXXX"
secret_access_key => "SECRET"
type => "lambda"
}
}
filter {
@lukewaite
lukewaite / Learn Git!
Last active August 29, 2015 14:14
ITIS Git Flow
Try to make a habit of breaking out from your IDE. Use the command line to interact with git!
Also - check out this free course!
https://www.codeschool.com/courses/try-git
After you do the introductory git course, the others are worth it, but you can also check out:
https://www.youtube.com/watch?v=m1AUMnPeRfs
BrowserSync is a good tool for testing and sharing with others:
http://www.browsersync.io/
@lukewaite
lukewaite / README.md
Last active June 30, 2016 13:48 — forked from agnoster/README.md