Skip to content

ThinaticSystem/template-aws-cdk-kotlin-gradle

Repository files navigation

AWS CDK template w/ Kotlin, Gradle

cdk command must be available.
Follow the steps below:
$ npm i -g aws-cdk


Welcome to your CDK Kotlin project!

This is a blank project for CDK development with Kotlin.

The cdk.json file tells the CDK Toolkit how to execute your app.

It is a Gradle based project, so you can open this project with any Gradle compatible Kotlin IDE to build and run tests.

Useful commands

  • ./gradlew build compile
  • ./gradlew test run tests
  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

Enjoy!

About

AWS CDK template w/ Kotlin, Gradle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages