Metadata-Version: 2.1
Name: aws-vpc
Version: 2.0.0
Summary: Infrastructure-as-a-code project which creates a highly opinionated VPC for troposphere or aws cdk.
Home-page: https://github.com/laimonassutkus/AwsVpc
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@gmail.com
License: UNKNOWN
Keywords: AWS SDK CDK Troposphere VPC Infrastructure Cloud
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: awscli
Requires-Dist: aws-cdk.core
Requires-Dist: aws-cdk.aws-ec2
Requires-Dist: troposphere

# AWS VPC

## Prerequisites

## Usage


# Release history

#### 2.0.0
Make AWS CDK VPC stack a nested stack.

#### 1.0.1
Add missing vpc resource.

#### 1.0.0
Initial.

