Skip to content

gangstead/lambdalambdalambda

Repository files navigation

Lambda Lambda Lambda

This workshop is an introduction to writing Lambdas - AWS' name for functions-as-a-service. We will do this by writing a Lambda that functions as a Github webhook that updates a Google spreadsheet whenever an issue is closed.

Where do I start?

  • Go to the 01_lambda_setup directory to get started

End result