Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:07:01.000Z (7 months ago)
- Last Synced: 2024-05-02T00:55:32.736Z (7 months 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
[![Releases](https://badgen.net/github/release/sbstjn/cdk-template)](https://github.com/sbstjn/cdk-template/releases)
[![MIT License](https://badgen.now.sh/badge/License/MIT/blue)](https://github.com/sbstjn/cdk-template/blob/master/LICENSE.md)
[![sbstjn.com](https://badgen.now.sh/badge/by/sbstjn/purple)](https://sbstjn.com)
[![Actions](https://badgen.net/github/checks/sbstjn/cdk-template/main)](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.