Question 125:
A company currently allows access to their API’s to customers via the API gateway. Currently, all clients have a 6-month period to move from using the older API’s to newer versions of the API’s. The code for the API is hosted in AWS Lambda. Which of the following is the ideal strategy to employ in such a situation?
Answer options:
A.Create another AWS Lambda version and give the link to that version to the customers. B.Create another AWS Lambda ALIAS and give the link to that version to the customers. C.Create another stage in the API gateway. D.Create a deployment package that would automatically change the link to the new Lambda version.