Which combination of actions should a solutions architect take to help resolve this issue?
(Choose two.)
Enable message delivery status on the SNS topic. Configure the SNS topic delivery policy to enable retries with exponential backoff.
Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue and subscribe the queue to the SNS topic. Configure the Lambda functions to consume messages from the SQS queue.
Create an RDS proxy for the RDS instance. Update the Lambda functions to connect to the RDS instance using the proxy.
Enable the RDS Data API for the RDS instance. Update the Lambda functions to connect to the RDS instance using the Data API.
Create an Amazon Simple Queue Service (Amazon SQS) standard queue for each Lambda function and subscribe the queues to the SNS topic. Configure the Lambda functions to consume messages from their respective SQS queue.