ericksoen

Results 6 comments of ericksoen

Awesome! I'm happy to open a PR to include this change. If I understand the flow correctly, it sounds like once the PR is merged into this repo, the next...

Re: `urllib3`. At this point pragmatism. One of the application teams I support implements it instead of `requests`. From a purely technical perspective, I didn't see any blockers to migrate...

> Any movement/advice on this? Seeing the same behavior. Can you provide some additional detail the behavior you are seeing? Is it safe to assume you are seeing the `logging`...

Thanks! I'll take a look at those proposals as well as the linked ConfigProvider. I updated the alternatives described above to remove the option to use a custom `AWS_LAMBDA_EXEC_WRAPPER` to...

UPDATE: Adding some [additional assets](https://gist.github.com/ericksoen/61530e3682acbf6a58df6a8888186169) to help reproduce the issue. NOTE: I feel like I have to be missing something obvious at this point.

Thanks. That makes sense as a viable workaround. The fix ends up looking like this ``` import { check } from 'k6'; import http from 'k6/http'; export default function ()...