List of questions
Related questions
Question 485 - DVA-C01 discussion
An ecommerce application is using Amazon Simple Notification Service (Amazon SNS) with an AWS Lambda subscription to save all new orders into an Amazon DynamoDB table The company wants to record all the orders that are more than a certain amount of money in a separate table The company wants to avoid changes to the processes that post orders to Amazon SNS or the current Lambda function that saves the orders to the DynamoDB table How can a developer implement this feature with the LEAST change to the existing application?
A.
Create another Lambda subscription with the SNS message attribute value matching a filter option to save the appropriate orders to a separate table
B.
Create another SNS topic, and also send orders in that topic Create a Lambda subscription with a numeric value filter option to save the appropriate orders to a separate table
C.
Create anotherftambda subscnption with the SNS message numeric value matching a filter option to save the appropriate orders to a separate table
D.
Modify the Lambda code to filter the orders and save the appropriate orders to a separate table
Your answer:
0 comments
Sorted by
Leave a comment first