Ultimate access to all questions.
An e-commerce company operates a microservices architecture where orders are received from different partners through unique APIs, each exposed via Amazon API Gateway. These orders are processed by a common AWS Lambda function.
What is the most efficient method for the company to notify each partner about the status of their specific orders, ensuring that the process does not interfere with the orders of other partners? Additionally, the solution should be scalable, allowing new partners to be integrated with minimal modifications to the existing codebase.