twilio Lambda backend aws
问题 Is it possible to use Lambda as a backend for Twilio? I can call Twilio fro Lambda, but I need to get information from the caller, such as "press 1". I could make a server, but can I invoke Lambda functions? (I know we can't invoke Lambda). Here's an example of what I'd like to do. exports.handler = function(event, context) { resp.say('bienvenue ', { voice:'alice', language:'fr-FR' }); resp.say('helloo', { voice:'woman', language:'fr-FR' }); .gather({ method:"GET", finishOnKey:'*', action :