Skip to content

Files

Latest commit

0d1015c · Sep 21, 2020

History

History
15 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 383 Bytes

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