Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryparker/aws-cdk-sample-aurora-postgres
https://github.com/ryparker/aws-cdk-sample-aurora-postgres
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryparker/aws-cdk-sample-aurora-postgres
- Owner: ryparker
- Created: 2022-12-08T21:33:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T05:34:29.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:48:35.931Z (1 day ago)
- Language: TypeScript
- Size: 22.5 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
```