Ivan Barlog

Results 7 comments of Ivan Barlog

I am having exactly the same problem with React Router 7. @limichange can you advice what to do here?

@Sandy-Garrido if you are interested I've prepared CDK construct for [Lambda Bun Runtime](https://github.com/beeSolve/lambda-bun-runtime) which contains also your fix.

As I am looking into this code I think it might be even better to do something like this: ```ts if (event.requestContext.authorizer != null) { headers.set("x-amzn-authorizer", JSON.stringify(event.requestContext.authorizer)); } ``` Or...

I don't understand what state this pull request is in. Do I need to do anything before someone can merge this? @Jarred-Sumner

If anyone is interested, I have created [Lambda Bun Runtime CDK construct](https://github.com/beeSolve/lambda-bun-runtime) which also contains this change.

Hi @LeviTrammell if you wish, you can introduce that change here https://github.com/beeSolve/lambda-bun-runtime. I've added other fixes which haven't been merged here yet.

You can check out this if you wish [Lambda Bun Runtime](https://github.com/BeeSolve/lambda-bun-runtime) - you still need to build your handler beforehand though as bundling code asynchronously with AWS CDK is not...