From 7d1464e7e630b6bd6777311a4b42b110ac8bbe81 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Mon, 13 Apr 2020 20:38:10 -0400 Subject: [PATCH] Feature / AWS Github Actions - Add AWS github actions for awscli, invalidating CloudFront, acquiring IAM access creds, and syncing to S3 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ad4d7..4576439 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. -- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. +- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. - [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files. - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. @@ -399,6 +399,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action) - [Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action) +- [Run awscli](https://github.com/clowdhaus/aws-github-actions) +- [Invalidate CloudFront cache](https://github.com/clowdhaus/aws-github-actions) +- [Acquire IAM access credentials](https://github.com/clowdhaus/aws-github-actions) +- [Sync to S3](https://github.com/clowdhaus/aws-github-actions) #### Terraform