Replies: 2 comments 3 replies
-
This would be really cool - particularly bun! I might just be over-excited because they released their GA youtube video and it sounds very snazzy! 😆 It could be a good way to reduce build times for type-safe-api projects too as we lose a bit of time waiting for |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi - as an FYI we recently added BUN support: https://github.com/aws/aws-pdk/releases/tag/v0.22.34 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Happy user of PDK here. It's great with most of the pain points( if not all) actually being JavaScript/TypeScript and its ecosystem.
I don't expect Deno to solve all the problems(it might even bring its own share of problems), but I feel like a
deno
version of:nx-monorepo
andtype-safe-api/typescript
would help with a few points:I feel like I need to write more docs about my
.projenrc.ts
because doing anything irregular (e.g. no CJS+React) involves workarounds and just general fiddling that keeps me from writing API's(this isn't projens or pdks fault, this is very much a it is what it is thing). If I can simplify things with Deno I feel like it's atleast worth exploring the space.I'm not that well versed in the Nx/projen ecosystem, but here are some interesting links that might be able to get a demo working sooner rather than later:
I'm not sure what exactly needs to happen to enable it. The simplest start would be to able to generate runtime/handlers
projen
that work well with Deno tooling.There is also bun which is a lot more Node friendly, however I have no experience with that.
Basically: can we simplify the amount of fiddling needed to make a happy TypeScript monorepo that uses
type-safe-api
?Beta Was this translation helpful? Give feedback.
All reactions