Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

24 lines (10 loc) · 400 Bytes

cdk-kotlin-example

A simple CDK application written in Kotlin using the Gradle DSL.

build

./gradlew clean build

synthesize

cdk synth

deploy

cdk deploy --profile [YOUR_AWS_PROFILE]

split example