From ba3a2c870e80487ac096fd464cf11e73d220e4f3 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Fri, 1 Feb 2019 07:23:01 +0000 Subject: [PATCH] Added action to Github-Actions List MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hey @mariamrf Thanks for the contribution over on github-actions site. I have added a badge if you are interested. Keep up the good work 👍 🎉 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1982c57..1c655a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # py-lambda-action + +[![GitHubActions](https://img.shields.io/badge/listed%20on-GitHubActions-blue.svg)](https://github-actions.netlify.com/py-lambda) + A Github Action to deploy AWS Lambda functions written in Python with their dependencies in a separate layer. For now, only works with Python 3.6. ## Use