Multiple Choice
An application is expected to process many files. Each file takes four minutes to process each AWS Lambda invocation. The Lambda function does not return any important data. What is the fastest way to process all the files?
A) First split the files to make them smaller, then process with synchronous RequestResponse Lambda invocations. First split the files to make them smaller, then process with synchronous RequestResponse Lambda invocations.
B) Make synchronous RequestResponse Lambda invocations and process the files one by one. Make synchronous Lambda invocations and process the files one by one.
C) Make asynchronous Event Lambda invocations and process the files in parallel. Make asynchronous Event Lambda invocations and process the files in parallel.
D) First join all the files, then process it all at once with an asynchronous Event Lambda invocation. First join all the files, then process it all at once with an asynchronous Lambda invocation.
Correct Answer:

Verified
Correct Answer:
Verified
Q143: Company A has an S3 bucket containing
Q144: A gaming company is developing a mobile
Q145: Where should the appspec.yml file be placed
Q146: A developer is building an application integrating
Q147: A company's website runs on an Amazon
Q149: A Developer wants to debug an application
Q150: A company developed a set of APIs
Q151: A company needs to secure its existing
Q152: A company is building a stock trading
Q153: A Developer has an e-commerce API hosted