Question 45:
You are a solutions architect working for a social media company that provides a place for civil discussion of political and news-related events. Due to the ever-changing regulatory requirements and restrictions placed on social media apps that provide these services, you need to build your app in a very highly flexible environment that you can change instantly without updating code. You have chosen to build the REST API endpoints used by your social media app user interface code using Lambda. How can you securely configure your Lambda functions so that you can achieve the flexibility required by your app? (Select TWO)
Answer options:
A.Pass environment variables to your Lambda function via the request header sent to your API Gateway methods. B.Configure your Lambda functions to use key configuration. C.Use encryption helpers D.Use Lambda layers E.Use Lambda aliases