🔥 3-day streak
AWS Certified Data Engineer - Associate155 / 159
Question 155 of 159
A data engineering team must process 12 million small JSON files landing daily in an S3 prefix. Each file requires an independent Lambda transformation, and the team needs the orchestration layer to fan out across all files with high concurrency while tracking success and failure of each item. The standard Map state fails because it holds the entire array in memory and caps at 40 concurrent iterations. Which approach best meets these requirements with minimal custom code?
Reviewed for accuracy · Report an issueNext question