An open API service indexing awesome lists of open source software.

https://github.com/iq-tech/aws-scripts

Scripts that simplify AWS CLI usage
https://github.com/iq-tech/aws-scripts

Last synced: about 1 month ago
JSON representation

Scripts that simplify AWS CLI usage

Awesome Lists containing this project

README

          

# aws-scripts
Scripts that simplify AWS CLI usage.

## aws-codebuild

Script for starting codebuild passing only project name, source version and env variables (not required) as parameters.

### Installation

```
curl https://raw.githubusercontent.com/IQ-tech/aws-scripts/master/aws-codebuild > /usr/local/bin/aws-codebuild
chmod +x /usr/local/bin/aws-codebuild
```

### Usage

```
aws-codebuild [= ...]
```

#### Example

```
aws-codebuild messaging-services master ENVIRONMENT=development SERVICE=messages-process
```

### Usage with aws-okta

```
aws-okta exec -- aws-codebuild [= ...]
```

aws-okta: https://github.com/segmentio/aws-okta