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.
Loading...
Related Quiz
- In terms of Machine Learning services in the cloud, what is the primary advantage of using "transfer learning"?
- How does Docker handle dependencies for an application?
- In which service model is the underlying server, storage, and network infrastructure managed by the cloud provider?
- How does AWS Lambda handle concurrency and scaling when there are multiple invocations?
- In a cloud-based CI/CD pipeline, what role does a container registry like Docker Hub or Google Container Registry play?