Creating and sharing Lambda layers
Greetings,
This article is about Creating and sharing Lambda layers
Objective:
How to Create and share Lambda layers
Services Used:
Introduction:
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you.
A Lambda layer is an archive containing additional code, such as libraries, dependencies, or even custom runtimes. When you include a layer in a function, the contents are extracted to the /opt directory in the execution environment.
Benefits of AWS Lambda Layers:
STEPS:
Step-1:Creating a AWS Lambda Function
1.Open the AWS Management Console at https://console.aws.amazon.com/ and search for the AWS Lambda
The log output will be appear in Amazon CloudWatch as