Which solution will meet these requirements?

1 Comment

  1. Harold
    Author

    In my opinion, the answer is:
    Refactor the Lambda function into two functions. Configure one function to transform the data and one function to load the data into the DynamoDB table. Create an Amazon Simple Queue Service (Amazon SQS) queue in between the functions to hold the items as messages and to invoke the second function.

Leave a Reply

Your email address will not be published. Required fields are marked *

15 + 11 =