The idea here is to provide voice access to SomaFM content via Alexa.
NOTE: Development on this project is on hold. SomaFM uses TuneIn to broadcast its stations through Alexa.
- Zip up the necessary components
$ rm -f AlexaSomaFMSkill.zip; zip -r AlexaSomaFMSkill.zip node_modules/ package.json config.json index.js
- Upload the ZIP file
$ aws --region {AWSRegion} lambda update-function-code --function-name {AWSLambdaFunctionARN} --zip-file fileb://$(pwd)/AlexaSomaFMSkill.zip