mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Feature / AWS Github Actions
- Add AWS github actions for awscli, invalidating CloudFront, acquiring IAM access creds, and syncing to S3
This commit is contained in:
parent
ac26ebf232
commit
7d1464e7e6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user