Metadata-Version: 2.1
Name: justinm.cdk-accounts
Version: 0.1.1
Summary: @justinm/cdk-accounts
Home-page: https://github.com/justinm/cdk-constructs.git
Author: Justin McCormick<me@justinmccormick.com>
License: MIT
Project-URL: Source, https://github.com/justinm/cdk-constructs.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-budgets (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-cloudtrail (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-cloudwatch (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-ec2 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-iam (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-logs (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-route53 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-s3 (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.aws-sns (<2.0.0,>=1.110.0)
Requires-Dist: aws-cdk.core (==1.110.0)
Requires-Dist: jsii (<2.0.0,>=1.30.0)
Requires-Dist: publication (>=0.0.3)

# justinm/cdk-accounts

... a collection of CDK constructs for managing AWS infrastructure.

![Build Status](https://github.com/justinm/cdk-constructs/actions/workflows/build.yml/badge.svg)
![License](https://img.shields.io/github/license/justinm/cdk-constructs)
![Node](https://img.shields.io/node/v/@justinm/cdk-accounts/latest)
![Python](https://img.shields.io/pypi/pyversions/justinm.cdk-accounts)

## Installing

NodeJS

```shell
yarn add @justinm/cdk-accounts

npm install @justinm/cdk-accounts
```

Python

```shell
pip3 install justinm.cdk-accounts
```


