Skip to content

Commit

Permalink
docs: udpated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsypuk committed Jul 24, 2023
1 parent 8dcda03 commit 791d298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Generate and render Diagrams-As-a-Code (DAG) in popular ``drawio`` format for mu
- kms
- ssm

### Library can be used with different approaches and even mix all of them. Samples and usage:
### Library usage samples:

#### 1. Generating AWS DynamoDB Details drawio diagram based on library, http, awscli, etc. Example based on boto3 DynamoDB response

Expand Down Expand Up @@ -203,6 +203,8 @@ edges:

- ![output.prod.iam-roles.png](https://github.com/tsypuk/multicloud-diagrams/blob/main/samples/output/png/output.prod.iam-roles-from-yaml.png?raw=True)

### Publishing

```shell
poetry build
export PYPI_USERNAME=
Expand All @@ -214,6 +216,6 @@ poetry install
poetry run python aws_iam_roles_from_code_with_enum.py
```

### FYI:
### Contribution Guide:

OpenSource Guide, [How to contribute to opensource](https://opensource.guide/)

0 comments on commit 791d298

Please sign in to comment.