Question 384:
3 developers are working with you on a Lambda function that calls AWS SES to send email notifications to clients who have successfully registered with your application. You are now publishing a version of the function. But while doing so, you get a 412 error for PreconditionFailedException. What can you do to debug and resolve the error?
Answer options:
A.Reduce the size of your code and try again. B.Call the GetPolicy API to get the revisionId and publish a version again. C.Call the GetAlias API to get the revisionId and publish a version again. D.Use the UpdateAlias API to publish a version by updating Lambda function Alias.