Chris Lasher

Results 32 comments of Chris Lasher

This RFC discusses CloudFront OAC with S3, however, as mentioned by @antstanley in [their comment](https://github.com/aws/aws-cdk-rfcs/issues/491#issuecomment-2051022842) on #491—which was closed in favor if this RFC—AWS has released OAC for other origins...

@wingleung Is there anything I can do to help you review this PR?

@wingleung I updated the PR with your recommended changes. AFAICT this is working on the Node 20 Lambda runtime.

@wingleung I'm sorry, you're correct. I've updated the PR to remove that inner loop.

@oxc Are you considering adopting react-router-aws as a maintainer? @wingleung Are you still looking to hand it off? I have tried using react-router-aws to help a client deploy to Lambda...

> We can expose something like this: > > ```typescript > const SomeClass = vi.mockObject(OriginalClass) > const instance = new SomeClass() // Mock > expect(SomeClass).toHaveBeenCalled() > ``` I think at...

@kettanaito For clarity, would this address [the issues with msw not intercepting requests from undici, as you described in this comment](https://github.com/mswjs/msw/issues/2165#issuecomment-2260578257)? >Undici is a custom client that doesn't rely on...

@kettanaito Thanks for your reply. Something I still feel confused about is that the `fetch` implementation in Node is supposed to be code from the undici package, bundled into Node...

@bhhaskin Thanks for providing [your gist](https://gist.github.com/bhhaskin/464ab061a39a2faaed695c519572453a) [above](https://github.com/ytmdesktop/ytmdesktop/issues/1570#issuecomment-3266971230)! I have also built locally and was able to use the files in the gist to run the built artifact locally for Apple...

@RaphaelManke @serkan-ozal @maxday Thank you so much for taking the time to look into this issue. I found a way to run locally with the instrumented layer only (directly exporting...