clowdhaus / aws-github-actions

Deploy πŸš€ to AWS ☁️ with :octocat: GitHub Actions!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-actions

aws-github-actions

Maintained with lerna Strict TypeScript Commitizen friendly Known Vulnerabilities

Collection of GitHub actions for interacting with AWS services.

Action Local Action Tests
clowdhaus/aws-github-actions/awscli@main AWS Command Line Interface
clowdhaus/aws-github-actions/cloudfront_invalidate@main CloudFront Invalidate
clowdhaus/aws-github-actions/iam_access_credentials@main IAM Access Credentials
clowdhaus/aws-github-actions/s3_sync@main S3 Sync

Usage

See individual action directory for details on usage and examples.

Getting Started

This project is setup as a monorepo using lerna and yarn workspaces. If you are unfamiliar with these tools or the practice of a monorepo, I would suggest taking a look at the following articles (I am certain there are many more, but these seemed complete and worthy of a mention):

The following instructions will help you get setup for development and testing purposes.

Prerequisites

yarn

yarn is used to handle dependencies and executing scripts on the codebase.

See here for instructions on installing yarn on your local machine.

lerna

lerna is used to managed the project as a monorepo - where each action is packaged and managed individually, and some packages are internal modules shared across the actions.

To install locally on your machine, it is recommended to install globally via npm or yarn:

$ npm install lerna --globally
  -- or --
$ yarn global add lerna

Once you have installed both yarn and lerna, you can install the project dependencies by running the following command from within the project root directory:

  $ yarn

Note: You may come across the command sequence lerna bootstrap in the lerna documentation; this is equivalent to running yarn where both commands will pull down the necessary dependencies for the project and its packages.

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct and the process for submitting pull requests.

Changelog

Please see the CHANGELOG.md for details on individual releases.

About

Deploy πŸš€ to AWS ☁️ with :octocat: GitHub Actions!

License:Apache License 2.0


Languages

Language:TypeScript 69.7%Language:HCL 30.3%