[![npm version](https://badge.fury.io/js/%40rediagram%2Faws.svg)](https://badge.fury.io/js/%40rediagram%2Faws)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

# @rediagram/aws

Components for drawing AWS diagrams.

## Installation

The plugin can then be installed using [npm](https://www.npmjs.com/):

```bash
# yarn
yarn add @rediagram/aws
# or npm
npm install @rediagram/aws
```

## Requirement

This project requires Graphviz.
If you don't have it installed, install it [here](https://graphviz.gitlab.io/download/).

## License

This software is released under the MIT License, see LICENSE.
