Slobodan Stojanović

Results 25 comments of Slobodan Stojanović

Good ideas! Both suggestions make sense. Let me think what's the best and easiest way to handle security, and I'll get back in the next day or two.

@mwarkentin we have the following options here: 1. Manage shared secrets in the Lambda function (both API and functions will be triggered anyway). 2. Create another SAR app that uses...

Sorry for delayed answer @shihrer. That's a great idea, however HTTP API does not support custom authorizers. I am still for option 3, as I am sure there will be...

Hey, it's possible that input.mp3 is not present at that location at the moment you are executing soxi. Can you do following: 1. Check if index.mp3 exists (ie. log `fs.existsSync('/tmp/input.mp3')`)....

Hm, are you using babel? If you are using "files" in package.json it's possible that you are not deploying sox at all. It shouldn't be in /tmp, sox is bundled...

Hm, I am not sure what that template sends to AWS Lambda, but you need to make sure that sox exists. You can probably download it from S3 as an...

@TimothyJones I am no longer using sox for my projects, but if you or @rayanarman send PR, I'll approve it. I can add you as contributors if you want to...

Good idea! Do you want to send PR?

@duro Interesting. It's easier to do so for SPA then a static website. But I'll see if we can add that. Thanks