Skip to content

An example setting up the CDK using Java and also a Java 11 Lambda, everything inside a multi-module Maven project.

Notifications You must be signed in to change notification settings

martinKindall/cdk_java_lambda_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • cdk CLI installed (version 2.X)
  • Java 11
  • Maven (not neccesary if using IntelliJ)

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

Build and Deploy

Position yourself at the root level of the project and execute:

  • mvn clean package (in IntelliJ go to Maven -> Lifecycle -> package)
  • cd cdk-config
  • cdk diff -> just to watch the changes
  • cdk deploy

About

An example setting up the CDK using Java and also a Java 11 Lambda, everything inside a multi-module Maven project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages