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
29 days agoKina
14 days agoJackie
19 days agoOcie
21 days agoCarmelina
1 months agoLorean
1 months agoStaci
1 months agoReena
2 months agoCordelia
16 days agoSarina
22 days agoWei
28 days agoLindy
2 months agoCordell
2 months agoNoah
2 months agoDominga
28 days agoTrina
29 days agoTyra
1 months agoOna
1 months ago