Which solution will meet these requirements in the MOST operationally efficient way?

1 Comment

  1. Theresa
    Author

    I have a feeling that the answer is:
    Create an Amazon Kinesis data stream. Create a new Lambda function that uses the existing DynamoDB stream as an event source. Configure the new Lambda function to post those events to the Kinesis data stream. Update the original Lambda functions to subscribe to records in the Kinesis data stream. As other applications need the events, configure the applications to use the Kinesis data stream as an event source.

Leave a Reply

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

17 − four =