Benjamin Besse

Results 91 comments of Benjamin Besse

I agreed, Got Error are useless : we have not the response in the error message and the error is really big to log with useless informations. It's a pain...

I made this to change Got Error and get response error (I use got-cjs, not directly got) : ```ts import type { OptionsOfUnknownResponseBody, RequestError } from 'got-cjs'; import { got...

Any news about this old PR ? We are many devs blocked to pass to ESM. AWS support this since node 16, middy drop support of CJS and many libaries...

@zirkelc the problem is : I'm in monorepo architecture and, for some serverless files, I call inside monorepo typescript libraries :/

Any news ? I start to migrate to ESM but I'm blocked by serverless when I try to offline/depliy/package from a serverless.ts file : ``` Cannot load "serverless.ts": Initialization error:...

@LeslieR0SS Sorry but the project seems abandoned. For my case, I made research to migrate to objection.js instead of this package

@haivp3010 for security reason, use public S3 buckets is a bad practice. The best approach is to use presigned url returned by the API, who have the proper rights with...

Any solution to use serverless-offline in monorepo architecture using same http server ? After test, it's not compatible with offline

I made an issue in compose : https://github.com/serverless/compose/issues/175 After many tests, I find a "solution" (only tested with simple handlers) : 1. In each subRepos I declare http functions in...

Same problems here for Objection errors. In Typescript We can't do that : ```ts import { UniqueViolationError } from 'objection'; ```