Q1 — Lambda VPC access

A Lambda function needs to query an RDS database in a private subnet within a VPC. By default, the Lambda function cannot reach the database. What must be configured?


Q2 — SQS visibility timeout

A Lambda function processes messages from an SQS queue. Processing each message takes 45 seconds on average. After processing, the Lambda deletes the message. However, some messages are being processed twice. What is the most likely cause and fix?


Q3 — SQS Standard vs FIFO

An online banking application processes fund transfers. Each transfer must be processed exactly once and in the order it was submitted. Which SQS queue type is required?