Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/locol23/aws-cdk-starter
- Owner: locol23
- Created: 2021-01-26T06:05:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T07:18:41.000Z (over 3 years ago)
- Last Synced: 2024-04-18T09:43:16.975Z (7 months ago)
- Topics: aws, aws-cdk, boilerplate, cdk, githook, lint-staged, starter-kit, typescript
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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