Metadata-Version: 2.1
Name: aws_ssabuilders.aws_bootstrap_kit
Version: 0.7.7
Summary: aws-bootstrap-kit
Home-page: https://github.com/awslabs/aws-bootstrap-kit
Author: AWS EMEA SA Specialist Builders<chazalf@amazon.com>
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE

<!-- A markdown formed message explaining we are deprecating this package and pointing to the new one. -->

# Deprecation Notice

Current package is deprecated and will not be maintained anymore. The implementation has been moved to leverage the new [AWS Landing Zone Accelerator solution](https://aws.amazon.com/solutions/implementations/landing-zone-accelerator-on-aws/) ([github](https://github.com/awslabs/landing-zone-accelerator-on-aws)).

# AWS Bootstrap Kit Overview  [![Mentioned in Awesome CDK](https://awesome.re/mentioned-badge.svg)](https://github.com/kolomied/awesome-cdk) ![badge npm version](https://img.shields.io/npm/v/aws-bootstrap-kit/latest)

This is a strongly opinionated CDK set of constructs built for companies looking to follow AWS best practices on Day 1 while setting their development and deployment environment on AWS.

Let's start small but with potential for future growth without adding tech debt.

## Getting started

Check our [examples repo](https://github.com/aws-samples/aws-bootstrap-kit-examples)

## Constructs

As of today we expose only one global package which 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](./CONTRIBUTING.md))


