A Layer here refers to packages that extend beyond the built-in methods of the programming language.
To simplify: you can think of a layer as similar to Python libraries—you just import them and use them as usual.
(By default, AWS Lambda functions don’t include external libraries; you must add them through layers).
Each Lambda function can include up to 5 layers.
A Lambda function cannot exceed the maximum size limit for layers. If it does, AWS will show a red warning.
Reference ARN repository: https://github.com/keithrozario/Klayers