solutions-architect-pro video for the engineering team at VisualVerse, a video processing company, is facing performance issues with their image processing
The engineering team at VisualVerse, a video processing company, is facing performance issues with their image processing pipeline due to increasing image sizes. The application downloads images from an S3 bucket, processes them, stores transformed images in another S3 bucket, and updates metadata in a DynamoDB table, using a Node.js Lambda function triggered by S3 uploads. The Lambda function is now timing out frequently, even with the maximum timeout setting. A solutions architect needs to refactor the architecture to prevent these failures, without requiring the company to manage the underlying infrastructure. Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)