`` This is a simple lambda layer which will be added on the lambda function
Step 1: run Gradle clean build on both lambda-layer (first) and then lambda-function Step 2: validate the zip inside, /build/distributions
Step 1: Go to AWS console -> lambda -> click left hamburger -> click on layers Step 2: Click on create layer Step 3: Give a name 'lambda-layer' Step 4: Add a description (optinal) Step 5: Upload a zip file Step 6: choose a build file from you local project space
when the zip file gets mounted on to lambda runtime, the folder/jar must be available in the following structure. _java |_java/lib |_java/lib/lambda0layer-1.0.0.jar
``