From 889d6cfa16749b7502e03fa96f0ecb54c6332bae Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 18:33:18 +0000 Subject: [PATCH] Add AWS SAM action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..659ae1f 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 serverless infrastructure with AWS SAM](https://github.com/apex/actions/tree/master/aws/sam) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)