Question 229:
Your development team is developing several lambda functions for testing. An external .Net program will call these functions. The program needs to call each lambda function version for testing purposes. How can you accomplish this in the easiest way to ensure the least changes need to be made to the .Net program?
Answer options:
A.Create different environment variables for the Lambda function. B.Create different versions for the Lambda function. C.Create one or more ALIAS and reference it in the program. D.Use the SAM for deployment of the functions.