Richard W. White

Results 7 comments of Richard W. White

├─┬ [email protected] │ ├── [email protected] │ └── [email protected] └─ [email protected] ├─ licenses: MIT* ├─ publisher: TJ Holowaychuk ├─ email: [email protected] ├─ path: /node_modules/pause └─ licenseFile: /node_modules/pause/Readme.md

I'm installing directly from github (and then get smacked around a bit during code review): ``` npm install https://github.com/serverless/aws-event-mocks.git --save-dev ``` ``` "devDependencies": { "aws-event-mocks": "github:serverless/aws-event-mocks" } ```

I'm running into a similar problem and part of the solution might be on the Fusion 360 side. When I export to *.stl, a file name is automatically generated that...

There is something wrong with compression and returning binary files. If I turn compression off, I get significantly larger JSON response and successfully return images. If I turn compression on,...

@naorpeled Thanks for your offer, but let's hold off a bit. I think I'm running into an ALB limit on the response size. It isn't well documented, but I'm seeing...

@naorpeled I was able to confirm that I was having an ALB response size issue. I have switched to API Gateway. My understanding is that the response sizes allowed are...

@naorpeled All set. Please let me know if you need more details. https://github.com/jeremydaly/lambda-api/pull/267