README.md
March 6, 2026 ยท View on GitHub
aws-github-actions
Collection of GitHub actions for interacting with AWS services.
Usage
See individual action directory for details on usage and examples.
- AWS Command Line Interface - execute awscli commands
- CloudFront Invalidate - invalidate AWS CloudFront distribution to force cache refresh
- IAM Access Credentials - ensure GitHub actions workflow environment has necessary AWS IAM credentials available for subsequent AWS actions
- S3 Sync - synchronize local files to remote AWS S3 bucket
Getting Started
This project uses npm workspaces to manage the monorepo. Install dependencies:
npm install
Build all actions:
npm run all
Contributing
Please read CODE_OF_CONDUCT.md for details on our code of conduct and the process for submitting pull requests.