https://github.com/thesurlydev/cdk-kotlin-example
A simple CDK app written in Kotlin using Gradle DSL
https://github.com/thesurlydev/cdk-kotlin-example
aws-cdk gradle-kotlin-dsl kotlin
Last synced: about 1 year ago
JSON representation
A simple CDK app written in Kotlin using Gradle DSL
- Host: GitHub
- URL: https://github.com/thesurlydev/cdk-kotlin-example
- Owner: thesurlydev
- Created: 2018-12-06T06:02:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T14:30:29.000Z (over 7 years ago)
- Last Synced: 2024-05-02T04:48:48.407Z (about 2 years ago)
- Topics: aws-cdk, gradle-kotlin-dsl, kotlin
- Language: Kotlin
- Size: 60.5 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- For an example of how to split the CDK provisioning bits from the Lambda function, see: https://github.com/digitalsanctum/cdk-kotlin-split-example