DVA-C02 • Mock Exam 89
Free DVA-C02 mock exam — 25 questions with explanations. Set 89. No signup required.
A developer is using the AWS CLI to deploy a new version of a Lambda function. The developer runs the following command:
aws lambda update-function-code --function-name my-function --zip-file fileb://my-code.zipAfter the command completes, the developer checks the function and sees that the code has been updated but the version number is still $LATEST. The developer wants to create a new version so that the previous version is preserved. What should the developer do next?