An open API service indexing awesome lists of open source software.

https://github.com/neilkuan/cdkday

cdkday for fun
https://github.com/neilkuan/cdkday

Last synced: about 2 months ago
JSON representation

cdkday for fun

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.
![](./images/2.png)

## See DymanoDB
![](./images/1.png)

## To destroy
```bash
cdk destroy
```