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:
I hereby claim:
To claim this, I am signing this object:
input { | |
cloudwatch_logs { | |
log_group => "/aws/lambda/my-lambda" | |
access_key_id => "AKIAXXXXXX" | |
secret_access_key => "SECRET" | |
type => "lambda" | |
} | |
} | |
filter { |
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/ |