A developer is creating an AWS Lambda function. The Lambda function needs an external library to connect to a third-party solution The external library is a collection of files with a total size of 100 MB The developer needs to make the external library available to the Lambda execution environment and reduce the Lambda package space
Which solution will meet these requirements with the LEAST operational overhead?
Lambda Layers:These are designed to package dependencies that you can share across functions.
How to Use:
Create a layer, upload your 100MB library as a zip.
Attach the layer to your function.
In your function code, import the library from the standard layer path.
Lambda Layers:https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
Loise
7 days agoCarmelina
16 days agoLorean
17 days agoStaci
20 days agoReena
27 days agoWei
7 days agoLindy
28 days agoCordell
30 days agoNoah
1 months agoDominga
6 days agoTrina
8 days agoTyra
10 days agoOna
23 days ago