Consolidated example of both the Java Lambda Layer and the Java Lambda Function projects showcasing the use of shared artefacts and dependencies from the Layer project into the Function project at runtime.
This repo is associated with the Medium article Automated: AWS Lambda Layer for Sharing Java Code
Note: This consolidation uses Git submodules to embed the above mentioned project repos. Therefore to clone this repo use git clone --recurse-submodules https://github.com/rajivmb/p13i-eg-jl.git
.