Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/aws-bootstrap-kit
https://github.com/awslabs/aws-bootstrap-kit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/awslabs/aws-bootstrap-kit
- Owner: awslabs
- License: apache-2.0
- Archived: true
- Created: 2020-09-30T13:31:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T06:06:36.000Z (over 1 year ago)
- Last Synced: 2024-10-01T10:11:46.464Z (2 months ago)
- Language: TypeScript
- Size: 3.15 MB
- Stars: 104
- Watchers: 9
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cdk - aws-bootstrap-kit - Creates a multi-account set-up with AWS Organization, AWS SSO, DNS, and AWS CodePipeline. (Construct Libraries / Multi-accounts setup)
- awesome-cdk - aws-bootstrap-kit - Creates a multi-account set-up with AWS Organization, AWS SSO, DNS, and AWS CodePipeline. (Construct Libraries / Multi-accounts setup)
README
# 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
```
1. 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))