Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 824 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 824 Bytes

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