Paweł Zubkiewicz

Results 19 comments of Paweł Zubkiewicz

ah...it doesn't work for me either. It would be great to have this implemented.

@HyperBrain Sure, no problem. I will gladly test it :-)

I get: ``` Serverless: spawn serverless ENOENT ``` I tried to find more logs but I could. Please tell me where I should look. Also, would be nice if plugin...

> Regarding the feature idea: Nice catch. Maybe an option useRegionFromServerlessYaml could enable this? If you're asking me, then please consider such case. Someone who already has a serverless project...

Thanks @HyperBrain . > Ok. The error you get is caused, because the extension cannot find the "serverless" executable in your path. Maybe that approach is wrong and it should...

Thank you @erezrokah Unfortunately, that didn't help. I tried very similar setups already. I'm working on updating Serverless Framework template https://github.com/serverlesspolska/serverless-hexagonal-template My configuration is a little bit more complex as...

After some testing, I noticed that the root cause is path parameters. PK=`PARTNER#test` & SK=`PARTNER#test` I'm trying to access following URL: https://MY_ID.execute-api.us-east-1.amazonaws.com/dev/getPartner/PARTNER#test/PARTNER#test/ Which for some reason doesn't hit the endpoint...

No, I haven't @rbdmorgan. While I think this is a wonderful plugin I stopped using it since it is still not compatible with Serverless Framework > 2.x.x. I'm waiting till...

@horike37 probably no one will do any PRs until #108 is done.

Hi @stojanovic I changed soxi to lame, the effect is the same: Here is my lambda function code ``` // eslint-disable-next-line import/prefer-default-export import {getS3File, uploadToBucket} from "./Common" // import lambdaAudio...