Question 336:
Your team is developing a set of Lambda functions. You need to ensure the team uses the best practices for working with AWS Lambda. Choose one of the options given below.
Answer options:
A.The Lambda function should not have any external dependencies. B.Avoid using environment variables. C.Separate the Lambda handler from your core logic. D.Use recursive code to make the code clean.