I am creating a lambda based Alexa skill, and I need to input an IP address for a server that changes for every user that installs the skill. I know there is an account linking option but I need the IP of the server be inputted when the skill is installed.
How do I do that? and how do I pass those parameters to the lambda function? Thanks ahead.