A junior city developer asks Amazon Q Developer to draft a Lambda handler skeleton that reads an SQS event and writes to DynamoDB, then reviews the suggestion for secrets and correctness. Which statement is accurate?
Select an answer to reveal the explanation.
Short Explanation
Amazon Q Developer is a helpful pair-programmer in the IDE, not an autopilot with a free pass to prod. Let it draft the SQS-to-DynamoDB skeleton, then you check secrets and logic. The human still owns the merge.
Full Explanation
Official DVA-C02 Domain 1 skills include using Amazon Q Developer to assist with development. Generated suggestions can accelerate scaffolding but may include insecure patterns or incorrect API usage, so developers must review for secrets, IAM, and correctness. Q Developer does not waive IAM best practices or replace human accountability, and it is explicitly named—not forbidden—on the exam outline.