helloworldless / cdk-with-lambda-java-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%