Question 185:
You’ve created a local Java-based Lambda function. You then package and upload the function to AWS. You try to run the function with the default settings. But the function does not run as expected. Which of the following could be the reasons for the issue? Choose 2 answers from the options given below.
Answer options:
A.The name assigned to the function is not correct. B.The amount of CPU assigned to the function is not enough. C.The amount of memory assigned to the function is not enough. D.The timeout specified for the function is too short.