
Ultimate access to all questions.
How can a developer efficiently deploy incremental changes to a serverless AWS application for testing without redeploying the entire application for each code commit?
A
Employ AWS SAM with the 'sam sync' command.
B
Employ AWS SAM with the 'sam init' command.
C
Employ AWS CDK with the 'cdk synth' command.
D
Employ AWS CDK with the 'cdk bootstrap' command.