will Farrell

Results 170 comments of will Farrell
trafficstars

Middy does not support nodejs12.x out of the box, but `@middy/core`​ with an additional build step to transpile newer syntax down to es2019 would support running on nodejs12.x. I just...

Worth noting that ajv supports compiling the JSON Schema into ESM (with treeshaking), not represented in the above tests. The resulting bundle is smaller than all the others (from testing...

You're in the right area. I create a package to allow other extension to work with ESM called `ajv-cmd` (referenced in the middy docs). The resulting js can be a...

Yeah no problem, just let me know when you do. I'll be sure to pass it on to my friends when it's good to go.

Like to make a pull request for it?

That is one use case I didn't think of, knowing which additional static assets are required would be tricky to know. What I was imagining was for bundling aws lambda...

I came across this issue while searching for this error. In my case it happened when resolving the response body twice. ``` const res = await fetch(url, options) let text...

https://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/

I agree that we should limit adding in dependencies. If it cannot be avoided, I would recommend [knex](https://github.com/tgriesser/knex) over squel. Mostly because it supports more database engines and has a...

Closing due to lack in interest in implementing. Please re-open if able to submit a PR.