HelioCart, a retail analytics startup, runs about 18 Python-based AWS Lambda functions that all rely on the same in-house helper modules managed by the data engineering team. The team wants to centralize these shared dependencies so that a single update can be rolled out to every function with minimal maintenance effort and without repackaging each function separately. What is the most efficient approach to achieve this? | AWS Certified Data Engineer - Associate Quiz - LeetQuiz