Skip to content

Priyamnavadabhat/lambda-layer

Repository files navigation

Usage

Welcome

`` 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

Lambda Layer Implementation

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

How does the lambda layer gets available in the lambda runtime environment

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

``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages