Metadata-Version: 2.1
Name: aws-ssabuilders.aws-bootstrap-kit
Version: 0.7.1
Summary: aws-bootstrap-kit
Home-page: https://github.com/awslabs/aws-bootstrap-kit
Author: AWS EMEA SA Specialist Builders
License: Apache-2.0
Project-URL: Source, https://github.com/awslabs/aws-bootstrap-kit
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
License-File: LICENSE
Requires-Dist: aws-cdk-lib (<3.0.0,>=2.1.0)
Requires-Dist: constructs (<11.0.0,>=10.0.12)
Requires-Dist: jsii (<2.0.0,>=1.47.0)
Requires-Dist: publication (>=0.0.3)

# AWS Bootstrap Kit main package

Expose a set of stacks and constructs to help you get started properly on AWS.

## Usage

1. install

   ```
   npm install aws-bootstrap-kit
   ```
2. Check the [Examples](https://github.com/aws-samples/aws-bootstrap-kit-examples) and [API Doc](./API.md) for more details

## Contributing

Check [CONTRIBUTING.md](/source/aws-bootstrap-kit/CONTRIBUTING.md)


