SAP-C02 · Question #36
SAP-C02 Question #36: Real Exam Question with Answer & Explanation
The correct answer is C: Update the application to store new order information in Amazon DynamoDB. When a new order. Use DynamoDB Streams to trigger lambda then trigger step function.
Question
A company has an internal application running on AWS that is used to track and process shipments in the company's warehouse. Currently, after the system receives an order, it emails the staff the information needed to ship a package. Once the package is shipped, the staff replies to the email and the order is marked as shipped. The company wants to stop using email in the application and move to a serverless application model. Which architecture solution meets these requirements?
Options
- AUse AWS Batch to configure the different tasks required lo ship a package. Have AWS Batch
- BWhen a new order is created, store the order information in Amazon SQS. Have AWS Lambda
- CUpdate the application to store new order information in Amazon DynamoDB. When a new order
- DStore new order information in Amazon EFS. Have instances pull the new information from the
Explanation
Use DynamoDB Streams to trigger lambda then trigger step function.
Community Discussion
No community discussion yet for this question.