Before pushing a grants Lambda that occupies the shared sandbox, a developer wants a quick local check with a fixture event. Which tool fits?
Select an answer to reveal the explanation.
Short Explanation
Try the fixture at your desk before hogging the shared sandbox. sam local invoke is the associate's dress rehearsal for a grants function. Skipping to shared or poking production aliases wastes everyone's queue time.
Full Explanation
AWS SAM CLI supports local invoke with event fixtures so developers can validate handler behavior before consuming shared environments. That practice reduces contention and catches obvious defects early. Claiming SAM has no local tooling, testing first in production via aliases, or emailing fixtures does not meet the local-test-before-shared-env expectation.