List of questions
Related questions
Question 87 - DVA-C02 discussion
A developer is building an application that uses AWS API Gateway APIs. AWS Lambda function, and AWS Dynamic DB tables. The developer uses the AWS Serverless Application Model (AWS SAM) to build and run serverless applications on AWS. Each time the developer pushes of changes for only to the Lambda functions, all the artifacts in the application are rebuilt.
The developer wants to implement AWS SAM Accelerate by running a command to only redeploy the Lambda functions that have changed.
Which command will meet these requirements?
A.
sam deploy -force-upload
B.
sam deploy -no-execute-changeset
C.
sam package
D.
sam sync -watch
Your answer:
0 comments
Sorted by
Leave a comment first