🔥 3-day streak
AWS Certified Developer - Associate128 / 150
Question 128 of 150

A developer is authoring an AWS SAM template that defines eight Lambda functions. Every function must use the same runtime (python3.12), a 512 MB memory setting, a 30-second timeout, and the same set of environment variables pointing to a shared configuration table. The developer wants to avoid repeating these identical properties in each function's definition and reduce the chance of configuration drift between functions. What is the MOST efficient way to accomplish this within the SAM template?

Reviewed for accuracy · Report an issueNext question