lambda
Posts
Links
Dynamic GitHub Actions with AWS Lambda | AWS Compute Blog
GitHub webhooks allow you to easily generate notifications whenever certain actions occur. One built-in webhook is Amazon Simple Notification Service (SNS), which can transmit these messages to a variety of endpoints…including AWS Lambda, which means you can now easily run JavaScript code in response to something happening in a GitHub repository. In this post we’ll make a simple issue responder bot using a Lambda function, but you could use the same technique to trigger deployments or other actions.
13-06-2017Lambda function to commit code to github. See blog post for more details.
Lambda function to commit code to github. See blog post for more details.
13-06-2017Netlify Functions Examples
Hi there! This is a playground to test out Netlify’s Lambda Functions.
19-12-2020
