Rafal Pieniazek

Results 26 comments of Rafal Pieniazek

I was about to open the same exact issue. I can confirm that at this stage there is error when trying to use chained roles.

@byF Can u paste the code that does not work for you ? I am still setting up the variables to empty and it works for me ``` #TODO: Replace...

@chippyash can you specify the detailed version of both framework and plugin :) ?

@chippyash thanks for opening the issue. Can you specify where `apiGwRequestValidateAll` is ref from? I don not see any more detail in the provided file

@juheba Thanks for opening the issue. I have not worked on the project for a while but I can still see the package on the npm under https://www.npmjs.com/package/serverless-reqvalidator-plugin Regarding the...

@jeevatkm would this work https://github.com/apiheat/akamai-cli-netlist/issues/30#issuecomment-901991146 ? Its part of the refferenced issue here. In short it happens when we have special characters in query string.

@jeevatkm The param query string accountSwitchKey in deed was the one causing problem. The situation was caused by using the following characters `F-AC-XXXXXXX:Y-YYYY` In my opinion the debug URI should...

@jeevatkm I believe it did. Based on my tests there thats what I got `GET /network-list/v2/network-lists?accountSwitchKey=F-AC-XXXXXXX%!A(MISSING)Y-YYYY`

@moorereason Resty is being used as http client within my apis base client which then in response is used in specific multiple service implementations. The behaviour happens when I use...

@moorereason I will double check that tomorrow and confirm to you what is the precise version I get this behaviour