https://github.com/sbstjn/cdk-template
My GitHub Template for AWS CDK projects and GitHub actions.
https://github.com/sbstjn/cdk-template
actions aws cdk template
Last synced: about 1 year ago
JSON representation
My GitHub Template for AWS CDK projects and GitHub actions.
- Host: GitHub
- URL: https://github.com/sbstjn/cdk-template
- Owner: sbstjn
- License: mit
- Created: 2020-12-17T10:21:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:07:01.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:55:32.736Z (about 2 years ago)
- Topics: actions, aws, cdk, template
- Language: TypeScript
- Homepage: https://sbstjn.com
- Size: 4.49 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Template for AWS CDKv2 projects
[](https://github.com/sbstjn/cdk-template/releases)
[](https://github.com/sbstjn/cdk-template/blob/master/LICENSE.md)
[](https://sbstjn.com)
[](https://github.com/sbstjn/cdk-template/actions)
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas accumsan nibh venenatis ligula tincidunt auctor. Vivamus non imperdiet urna. Curabitur blandit sodales metus, sit amet sodales turpis faucibus sit amet.
## Usage
In dui dolor, pharetra quis rhoncus nec, scelerisque sit amet elit. Suspendisse convallis dictum urna eu accumsan.
```bash
# Deploy CloudFormation Stack
$ > yarn cdk deploy
```
## Development
```bash
# Test TypeScript Code
$ > yarn test
# Format TypeScript Code with Prettier
$ > yarn format
```
## License
Feel free to use the code, it's released using the [MIT license](LICENSE).
## Contribution
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the [code of conduct](CODE_OF_CONDUCT.md). It outlines core values and beliefs and will make working together a happier experience.