-
Is the develope group still working on deployd? The project keep silence about 1 year on github.
-
Hello,
First a great thanks for itty-router. It's really simple and pleasant to use.
I am trying to migrate an app from itty-router 4.0 to itty 5.0 and facing a typescript compilation error
Wi…
b3b00 updated
7 months ago
-
We have a [simple API](https://github.com/citycoins/api) setup from the TS worker template with itty-router, and up until now it's been working great.
I went to update some packages/dependencies to…
-
### Is this related to an existing feature request or issue?
https://github.com/aws-powertools/powertools-lambda-typescript/issues/413
### Which Powertools for AWS Lambda (TypeScript) utility do…
-
While trying to migrate an API that's working on Service Workers to the new Module Workers format we're seeing some issues while following the [documentation in the README](https://github.com/cloudfla…
-
## Describe the Issue
I'm not sure if it's supposed to work that way, but enabling CORS change HTTP return code to always return 200.
## Example Router Code
```js
import { AutoRouter, cors, …
-
The Cloudflare Workers recommended testing strategy, the [Vitest Integration](https://developers.cloudflare.com/workers/testing/vitest-integration/), is not compatible with this package. It's due to a…
-
Is CORS only supported by AutoRouter and Router?
Minimal code:
```
import { IttyRouter, cors, error, json } from 'itty-router';
// Create CORS handlers
const { preflight, corsify } = cors();
…
-
## Describe the Issue
When running a next.js site and cloudflare worker locally, I do not see preflight requests.
Some behavior that I see is that the network requests (coming from localhost:300…
-
## Describe the Issue
how would you set up a route with itty router that can serve as a cron trigger route? Cron triggers use the scheduled handler per the docs (https://developers.cloudflare.com/w…