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

https://github.com/isbang/setup-awscli

AWS cli setup action
https://github.com/isbang/setup-awscli

action aws aws-cli

Last synced: about 2 months ago
JSON representation

AWS cli setup action

Awesome Lists containing this project

README

          

# Setup AWS CLI

This action install aws-cli using python

## Example usage

```yaml
jobs:
your_job:
runs_on: ubuntu-latest
steps:
- name: Checkout
use: action/checkout@v2
- name: Install aws cli
use: isbang/setup-awscli@v0.1.0
```