skorfmann / foo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CDK Stack Factory 🏭

This repo is bootstrap-able template for building, testing and deploying AWS Cloud Development Kit stacks and constructs in Typescript. It works by using a simple file structure to define stacks, optionally pass variables to them from JSON files and proxy commands to the AWS CDK Toolkit cli from npm/yarn scripts.

This repository is a GitHub template, so you can quickly clone it into your own repo and start tinkering. Just hit the "Use this template" button on the this repo's GitHub page when you are logged in. This repo contains demo stack, construct and test files.

You can bootstrap this repository into a testable and ready-to-use state with: yarn bootstrap.

If you are new here, read the documentation:

Help Improve AWS CDK

If you love working with AWS CDK, you can use this repo to help the team building CDK improve it. Bootstrap this repo and setup stacks and constructs and with unit tests. They are very friendly and responsive to bug reports and feature requests. Do your part and provide them with tests cases when you file issues 💪.

Credits and Contributing

This repo borrows from and builds upon many of the ideas from the Open CDK Guide. If you want to improve this template, please open an issue or pull request.

About

License:MIT License


Languages

Language:TypeScript 87.6%Language:JavaScript 12.4%