Skip to content

Commit

Permalink
add image of output
Browse files Browse the repository at this point in the history
  • Loading branch information
brennerm committed Feb 24, 2021
1 parent dc31e96 commit 7d7a035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: publish package
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: aqc-token
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: create Release
uses: actions/create-release@v1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A tool that helps keeping track of your AWS quota utilization. It'll determine the limits of your AWS account and compare them to the number of current resources. A usual use case is to add it to your CI pipeline right after applying your IaC to check whether you are getting close to a limit.

![Example output of aws-quota-checker](/img/example.png)

## Installation

### From pypi
Expand Down
Binary file added img/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d7a035

Please sign in to comment.