-
alexa-skill-somafm: 让您畅享喜爱的SomaFM电台节目
资源介绍
Alexa-Skill-Somafm
这里的想法是通过Alexa提供对内容的语音访问。
注意:此项目的开发处于暂停状态。 SomaFM使用通过Alexa广播其电台。
如何更新AWS Lambda
压缩必要的组件
$ rm -f AlexaSomaFMSkill.zip; zip -r AlexaSomaFMSkill.zip node_modules/ package.json config.json index.js
上载ZIP文件
$ aws --region {AWSRegion} lambda update-function-code --function-name {AWSLambdaFunctionARN} --zip-file fileb://$(pwd)/AlexaSomaFMSkill.zip