Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/locol23/aws-cdk-starter

AWS CDK Starter with TypeScript
https://github.com/locol23/aws-cdk-starter

aws aws-cdk boilerplate cdk githook lint-staged starter-kit typescript

Last synced: 4 days ago
JSON representation

AWS CDK Starter with TypeScript

Awesome Lists containing this project

README

        

# aws-cdk-starter

AWS CDK Starter with TypeScript

## Getting started

```
git clone https://github.com/locol23/aws-cdk-starter.git --depth 1 your_project_name
cd your_project_name
yarn
```

## Useful commands

- `yarn build` compile typescript to js
- `yarn watch` watch for changes and compile
- `yarn test` perform the jest unit tests
- `yarn synth` emits the synthesized CloudFormation template