https://github.com/neilkuan/cdkday
cdkday for fun
https://github.com/neilkuan/cdkday
Last synced: about 2 months ago
JSON representation
cdkday for fun
- Host: GitHub
- URL: https://github.com/neilkuan/cdkday
- Owner: neilkuan
- License: apache-2.0
- Created: 2021-05-01T03:57:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T06:10:27.000Z (about 4 years ago)
- Last Synced: 2025-03-29T02:38:25.306Z (2 months ago)
- Language: JavaScript
- Size: 952 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sample Code from [2021 CDK DAY](https://youtu.be/5p2QfolwP7U?t=11001)
## Clone Repo
```bash
git clone https://github.com/neilkuan/cdkday.git
```## Install
```bash
yarn
```## To diff
```bash
cdk diff
```## To deploy
```bash
cdk deploy
```## Invoke Lambda to create user.
## See DymanoDB
## To destroy
```bash
cdk destroy
```