Vinicius Lourenço
Vinicius Lourenço
Oh, I got it, I didn't see you were using AWS Stream Handler. Hm... in this case, I think is worthy to have a flag to control this behavior, I'm...
Just to let you know, I released a new version with the `flag` to make callbackWaits to false, see more: https://serverless-adapter.viniciusl.com.br/docs/main/handlers/aws#my-execution-is-taking-too-long
/cc @kamilmysliwiec Can we merge this to release in the v11?
Do you think is worthy to include only in v10? Otherwise, I will close this PR
For a minor release, we can add every common binary mime type to `DEFAULT_BINARY_CONTENT_TYPES`. > Considering that encoding text data into binary does not corrupts the data, but encoding binary...
Interesting, I will try take a look when I had more time. In the past, I almost rewrite the entire implementation to send data directly to AWS instead of relying...
@dependabot rebase
Maybe `process.features.stripTypes` is not better? Also, there's no other way to check if any flag is enabled? I know there is inside the codebase but I don't remember to see...
From what I remember, almost all places that use/expose trace labels are susceptible to this issue, I don't remember exactly the places but I think could be something worthy to...
@aduh95 ``node --trace-event-categories -e 'console.time(`test"`);console.timeEnd(`test"`)'`` The generated logs are in json, and the json file is broken. Edit2: I'm okay with adding tests in another PR (since the CI of...