I have setup a Amazon Lambda function that has different Aliases for development, test and production and an API gateway that has several stages pointing to the respective Alias versions.
Now I want to access a database table and obviously each Alias should access it's own table. In the documentation I couldn't find a possibility to pass an Alias specific configuration to my function. Is there a best practice for this?