Introduction
Welcome to CDK Power Constructs - a collection of reusable AWS CDK constructs for common infrastructure patterns.
Featuresβ
- π― Type-safe infrastructure definitions
- π Multi-language support (TypeScript, Python, Java, .NET, Go)
- β Production-ready constructs
- π¦ Zero configuration - sensible defaults included
- π Best practices built-in
Quick Startβ
Get started by installing the package for your preferred language:
- TypeScript
- Python
- Java
- .NET
- Go
npm install cdk-power-constructs
pip install cdk-power-constructs
<dependency>
<groupId>fr.guyon-it-consulting</groupId>
<artifactId>cdk-power-constructs</artifactId>
<version>0.1.0</version>
</dependency>
dotnet add package GuyonItConsulting.CdkPowerConstructs
go get github.com/guyon-it-consulting/cdk-power-constructs-go
What's Next?β
- π Follow the Getting Started guide
- π Browse the API Reference
- π‘ Check out Examples