Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicalynch committed Jan 24, 2024
1 parent 787f82a commit 4ff1831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[**draws**](https://pypi.org/project/draws/) is a dependency-free tool for automating AWS architecture diagram creation.

<img alt="Example AWS architecture diagram generated by draws from AppSync GraphQL DynamoDB template" src="https://raw.githubusercontent.com/jessicalynch/draws/main/examples/diagrams/AppSyncGraphQLDynamoDBExample.template.svg" />
<img alt="Example AWS architecture diagram generated by draws from AppSync GraphQL DynamoDB template" src="https://raw.githubusercontent.com/jessicalynch/draws/787f82a2424c02c9098cfb14213b7d6c9b7ee839/examples/output/app-sync-graphql-dynamodb.diagram.svg" />

<img alt="Example AWS architecture diagram generated by draws from S3 trigger template" src="https://raw.githubusercontent.com/jessicalynch/draws/main/examples/diagrams/s3trigger.template.svg" />
<img alt="Example AWS architecture diagram generated by draws from S3 trigger template" src="https://raw.githubusercontent.com/jessicalynch/draws/787f82a2424c02c9098cfb14213b7d6c9b7ee839/examples/output/s3-trigger.diagram.svg" />

<img alt="Example AWS architecture diagram generated by draws from serverless backend stack template" src="https://raw.githubusercontent.com/jessicalynch/draws/main/examples/diagrams/ServerlessBackendStack.template.svg" />
<img alt="Example AWS architecture diagram generated by draws from serverless backend stack template" src="https://raw.githubusercontent.com/jessicalynch/draws/787f82a2424c02c9098cfb14213b7d6c9b7ee839/examples/output/serverless-backend.diagram.svg" />

## Install

Expand Down Expand Up @@ -92,5 +92,5 @@ if __name__ == "__main__":
```

<p align="center">
<img src="https://raw.githubusercontent.com/jessicalynch/draws/main/examples/diagrams/manual.svg" width="300" />
<img src="https://raw.githubusercontent.com/jessicalynch/draws/787f82a2424c02c9098cfb14213b7d6c9b7ee839/examples/output/manual.svg" width="300" />
</p>

0 comments on commit 4ff1831

Please sign in to comment.