https://github.com/ryparker/aws-cdk-sample-template
REPO TEMPLATE for AWS CDK samples
https://github.com/ryparker/aws-cdk-sample-template
Last synced: 4 months ago
JSON representation
REPO TEMPLATE for AWS CDK samples
- Host: GitHub
- URL: https://github.com/ryparker/aws-cdk-sample-template
- Owner: ryparker
- Created: 2021-09-20T17:49:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:02:42.000Z (about 2 years ago)
- Last Synced: 2025-03-11T12:55:04.062Z (4 months ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CDK (v2) Sample
## :rocket: Quick Start
**1. Install dependencies with Yarn v1**
```shell
yarn install
```**2. Build Cloudformation files**
```shell
yarn build
```**3. Create the [bootstrap stack](https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html) in your AWS account**
_This only needs to be ran once per account/region._```shell
yarn bootstrap
```**4. Deploy**
```shell
yarn deploy --all
```