I am leaning mono-package because of the circularity:
- AWS Lambda has bindings for Cloudflare
- Cloudflare has bindings for AWS
This means they need to be aware of each other's types (to build bindings for resources). It's possible in a mono-package but requires additional "coordinating packages" in a monorepo
I am leaning mono-package because of the circularity:
This means they need to be aware of each other's types (to build bindings for resources). It's possible in a mono-package but requires additional "coordinating packages" in a monorepo