Trung Dang

Results 82 comments of Trung Dang

Hi @zerijodmanguardia, Would greatly appreciate it if you could have the time to create an issue detailing your issue :D

A TL;DR FYI on the original issue for later comers, the issue was caused by user error, not Hono, more specifically, the HTTP client he is using: "HTTPie" will includes...

Hello @yusukebe, Out of the PR's scope, is there an ETA to remove binding of top-level `requestContext`?, It seems to have marked as deprecated since [v3.10.0](https://hono.dev/getting-started/aws-lambda#before-v3-10-0-deprecated) but is still in...

@exoego You're right, this PR is more about adding support for "unknown" event processing than to fix #2723, I changed the PR's title to "Request For Comment" for now. I'm...

Example snippet of the routes usage: ``` const backend = new sst.aws.Function('Backend', { url: true, handler: 'apps/backend/src/index.handler', }) const staticSiteDistribution = new sst.aws.StaticSite('StaticFullstack', { build: { command: 'pnpm run build...

Note: this update if merged as-is will remove and re-create the distribution for existing deploys.

Just realized mkdist doesn't transform aliases that point to `srcDir` into `distDir`, need a fix for that. Edit: also would need to implement an absolute to relative import resolver to...

Seems usable now. ![image](https://github.com/unjs/mkdist/assets/23612546/a729356e-7fc2-437f-a06d-8e824f5eb476) _sorry for the light theme flash_

Had some spare time to return to the PR and pushed a few more updates/fixes, such as CLI arg support and thorough case testing :D.

Hi @pi0, I did some more testing and the PR looks ready to ship, Please help me review it when you have time, thanks!