Lambda GitHub Integration

March 3, 2018

Introduction to Using Lambda

Operation

When the GitHub repo with the static website receives a push from master, it automatically updates the website.

Lambda

Lambda is “serverless” compute. It allows you to run functions without having to worry about any of the provisioned hardware.

SNS

SNS is a Amazon’s Simple Notification Service. This will be push events from GitHub to the Lambda function.

Video