Prasanth Darsan

Results 3 comments of Prasanth Darsan

Finally found this after lots of searching around. https://github.com/duro/serverless-binary-cors This is not a serverless framework bug but rather a AWS thing which is not documented by them. But would be...

I already fixed it with preset-env. But then there are syntax errors in index.js like "concat" function missing and I realized it was using a concat on an object instead...

From my notes it seems I fixed it by the following changes: Use @babel/preset-env In index.js comment out the following: `emojiSynonyms[k].concat(userInputEmojiSynonyms[k])` ``` .invert() .map((v, idx) => ({ "keywords": v, "emoji_key":...