Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

awslabs/aws-bootstrap-kit

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 (github).

AWS Bootstrap Kit Overview Mentioned in Awesome CDK badge npm version

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

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 and API Doc for more details

Contributing

Check CONTRIBUTING.md)