Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manhpham90vn/cdk_boilerplate


https://github.com/manhpham90vn/cdk_boilerplate

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# CDK Boilerplate

## Bootstrap

```shell
npx cdk bootstrap
```

## Deploy

```shell
npx cdk deploy --all
```

## Test

```shell
npx npm test
```