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:
Bryant Biggs 2020-04-13 20:38:10 -04:00
parent ac26ebf232
commit 7d1464e7e6

View File

@ -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) - [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) - [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 #### Terraform