🔥 3-day streak
AWS Certified Developer - Associate100 / 150
Question 100 of 150
A development team maintains 15 Lambda functions written in Python that all depend on the same set of third-party libraries (about 40 MB total) plus a shared internal utility module. Currently each function's deployment package bundles these dependencies, making packages large and forcing every function to be redeployed whenever a library is patched. The team wants to reduce deployment package size and manage the shared dependencies in one place. What is the most appropriate approach?
Reviewed for accuracy · Report an issueNext question