Lambda


Writing a Lambda Function for Hugo

This post will describe how I choose to implement an AWS Lambda function to build a static website. As I alluded to in the previous post, here are the details. I just open sourced my first AWS #Lambda function! GitHub Push webhook > SNS > Lambda https://t.co/Lh1PzTyE2H More details and docs to come. — Jeremy Olexa (@jolexa) December 29, 2015 For those not familar with Lambda, please see https://aws.amazon.com/lambda/ - the slogan fits, “Run code, not servers” and it is really neat if you can find a practical application.