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
2 months agoKina
1 months agoJackie
2 months agoOcie
2 months agoCarmelina
2 months agoLorean
2 months agoStaci
2 months agoReena
3 months agoCordelia
2 months agoSarina
2 months agoWei
2 months agoLindy
3 months agoCordell
3 months agoNoah
3 months agoDominga
2 months agoTrina
2 months agoTyra
2 months agoOna
2 months ago