How can the developer ensure that all orders and updates are stored to Amazon S3 with the LEAST development effort?

1 Comment

  1. Jesse
    Author

    I have a feeling that the answer is:
    Enable DynamoDB Streams on the DynamoDB table. Create a new Lambda function. Associate the stream’s Amazon Resource Name (ARN) with the Lambda function. Configure the Lambda function to write to the S3 bucket as records appear in the table’s stream.

Leave a Reply

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

fifteen − five =