Notes - April 08, 2018

April 8, 2018    links

CLI Tools

Some tools I’ve used time and again include: cut, join, paste, sort, uniq, awk , csvkit, q, textql jq,

Other noteworthy github collections are:

FaaS, because why not?

  • GO Functions as a Service. Running a Go application on AWS Lambda is easier than ever, once you figure out how to configure Lambda, API Gateway and 10 or other “serverless” services to support the Go functions. This is a boilerplate app with all the AWS pieces configured correctly and explained in depth. See the docs folder for detailed guides about functions, tracing, security, automation and more with AWS and Go.