A company wants to build a serverless application that reacts to changes in their database using Amazon DynamoDB. Which service should they consider for processing these changes?

  • AWS Lambda
  • Amazon EC2
  • Amazon RDS
  • Amazon SQS
AWS Lambda is a serverless compute service that can be triggered by changes in Amazon DynamoDB. It allows you to build applications that react to database changes without managing servers.
Add your answer
Loading...

Leave a comment

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