https://github.com/serverless-guru/cdk-utils
A collection of opinionated utilities for AWS CDK projects, including custom constructs and CDK-Nag rules.
https://github.com/serverless-guru/cdk-utils
aws cdk cdk-nag
Last synced: 5 months ago
JSON representation
A collection of opinionated utilities for AWS CDK projects, including custom constructs and CDK-Nag rules.
- Host: GitHub
- URL: https://github.com/serverless-guru/cdk-utils
- Owner: serverless-guru
- License: apache-2.0
- Created: 2025-07-15T15:17:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T09:22:00.000Z (11 months ago)
- Last Synced: 2025-07-16T11:05:52.183Z (11 months ago)
- Topics: aws, cdk, cdk-nag
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @serverless-guru/cdk-utils
[](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3Abuild)
[](https://www.npmjs.com/package/@serverless-guru/cdk-utils)
[](#contributors-)
A collection of opinionated utilities for AWS CDK projects, including custom constructs and CDK-Nag rules.
## Available Constructs and opinionated Configurations
See [CONSTRUCTS](./docs/CONSTRUCTS.md) for the complete list and detailed description of all available constructs.
### Usage
For a full list of options See the [API.md](./API.md)
Using a custom construct
```typescript
// TODO: Add Sample once the first construct is ready
```
## Available Rules and Packs
See [RULES](./docs/RULES.md) for the complete list and detailed description of all rules and packs.
### Usage
For a full list of options See the [API.md](./API.md)
Including in an application
```typescript
// TODO: Add Sample once the first Pack is ready
```
## Contributing
See [CONTRIBUTING](./CONTRIBUTING.md) for more information.
## License
This project is licensed under the [Apache-2.0](./LICENSE) license.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Lorenzo Hidalgo
📖 🚧

ServerlessSam
💻 ⚠️
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!