How to have set up Stage in API gateway to have resources pointing to different lambda in different stages
问题 I was wondering what is the exact functionality of the "Stage" in the API gateway console. What I am trying to achieve is. To have the same resources with the same HTTP methods point to different lambda function in different stages. my development URL point to my development lambda and my production URL point to the production lambda. will it be possible? 回答1: Yes it is possible through stage variables. The variables allow you to invoke different functions depending on the used stage. This is