Chris Sullivan

Results 11 comments of Chris Sullivan

Just installed with no issues. Check to make sure you have aws credentials on your machine. https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html

@eli-darkly First off, thanks for the quick response! I wonder if a third-party package mutating those http(s) modules would be the culprit as downgrading to 6.2.1 it doesn't cause an...

The reason I brought up those libraries is because if there is a disparate way they make requests to http-https they have probably already solved the issue. The suggestion was...

We upgraded to node 16 and the problem went away. Since ticket #223 is open you can probably close this one. Appreciate the help guys.

@walterdl Can you send me a sample repo with what you have? It might sound silly, but you may or may not have to run `npm run build` in the...

@walterdl Can you clone my sample repo here https://github.com/icarus-sullivan/go-log-patch-sample All you should have to do is: ``` yarn install yarn dev ``` Then you can hit the url: ``` curl...

@walterdl No I didn't test on a windows machine, I haven't owned one for over a decade. If you can help debug in any way that would be great. Let...

@pgrzesik I have an update to the mock-lambda go implementation that needs to be merged which might fix this issue. Will hopefully have some time this weekend to take a...

@walterdl @pgrzesik Hey folks, ran some tests locally. Seems log is being construed as `stderr` in the response even though it's technically not an error. I'm going to test some...

@pgrzesik PR here https://github.com/dherault/serverless-offline/pull/1355