skill-sample-nodejs-audio-player icon indicating copy to clipboard operation
skill-sample-nodejs-audio-player copied to clipboard

No need to regex replace & in S3 Signed URLs

Open dholliday opened this issue 1 year ago • 1 comments

Hello,

I have just built a new Alexa Skill today using this template and have found that the S3 Signed URLs no longer need the regex code to replace the & in the URLs. This should be removed from the code samples.

https://github.com/alexa-samples/skill-sample-nodejs-audio-player/blob/98cb9b1cb5a60e0d52bd46e93fca739030daddfb/lambda/index.js#L47C14-L47C14

dholliday avatar Jan 10 '24 18:01 dholliday

Thank you for the feedback. I'd like to make if this still works without changing code.

aszk avatar Mar 19 '24 22:03 aszk