A grants Lambda extracts ZIPs into /tmp; later invokes on the same warm environment fail in odd ways. What resource problem fits?
Select an answer to reveal the explanation.
Short Explanation
/tmp on Lambda is a shared scratch pad for that warm box. Fill it extracting ZIPs and the next invokes on the same environment fail in mysterious ways until the sandbox is replaced.
Full Explanation
Lambda’s /tmp is limited ephemeral storage reused by warm execution environments. Filling it during ZIP extraction can cause later invokes on the same environment to fail until a fresh environment appears. Stage variables, DynamoDB consistency, and SNS/EBS myths do not explain this /tmp exhaustion pattern.