A simple CDK application written in Kotlin using the Gradle DSL.
./gradlew clean build
cdk synth
cdk deploy --profile [YOUR_AWS_PROFILE]
- For an example of how to split the CDK provisioning bits from the Lambda function, see: https://github.com/digitalsanctum/cdk-kotlin-split-example