From 2640c915618155c478cf6d2a635c4fd5b88c3a0c Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Thu, 29 Nov 2018 15:47:05 -0600 Subject: [PATCH] Add serverless example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c73961d..7e4f5b0 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) +- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) ### Tutorials