Which solution meets these requirements?

1 Comment

  1. Alexis
    Author

    I think the answer is:
    Use Amazon DynamoDB to accept the bookings. Enable DynamoDB Streams and associate an AWS Lambda function to capture changes and push the booking data to an Amazon SQS queue. This triggers another Lambda function that pulls data from Amazon SQS and writes it to the RDS for MySQL DB instance used by the CRM.

Leave a Reply

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

fourteen + twelve =