Skip to content

CDK starter for Java, using multi-module Gradle project. Lambda code resides in its own module and is a runtime dependency of the CDK module

Notifications You must be signed in to change notification settings

helloworldless/cdk-with-lambda-java-starter

Repository files navigation

Java CDK Starter

How to Deploy

  1. In lambda directory
  2. Run ../gradlew build
  3. In cdk directory
  4. Run ../gradlew build
  5. Run cdk diff then cdk deploy

Todo

  1. Current way of getting the lambda output jar is hacky. Investigate if we can get the path of output artifact from the lambda and pass it as an environment variable which is read in the CDK code

About

CDK starter for Java, using multi-module Gradle project. Lambda code resides in its own module and is a runtime dependency of the CDK module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages