Metadata-Version: 2.1
Name: aws-ssabuilders.aws-bootstrap-kit
Version: 0.6.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

# 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)


