This seems like a typical use case, but I haven't been able to find instructions or examples for doing this.
I have an existing REST API and I would like to wrap it with an Alexa Skill.
A few posts suggest I need to set up something like this, but I haven't found any examples or instructions:
new Alexa Skill ---calls---> new Lambda function ----calls----> REST API
Can anyone point me to a quickstart or instructions?