novaserve-runtime
v2.1.9
Published
NovaServe Runtime — Universal handler wrapper with context injection
Downloads
1,929
Maintainers
Readme
novaserve-runtime
Universal handler wrapper, context injection, and OpenTelemetry span tracer for NovaServe.
novaserve-runtime normalizes incoming events across cloud providers (AWS Lambda, Cloudflare Workers, Hono local emulator) into standardized request context objects.
Installation
npm install novaserve-runtime
# or
pnpm add novaserve-runtimeFeatures
- Universal Context: Standardized
NovaContextinjection for HTTP, SQS, S3, and Cron event handlers. - OpenTelemetry Tracing: Automatic span waterfall tracing and correlation ID propagation.
- Response Utilities: Helper functions for JSON responses, CORS headers, and error handling.
Documentation & Repository
- Main Repository: https://github.com/novaserve-cloud/novaserve
- Primary Package: https://www.npmjs.com/package/novaserve
License
Apache-2.0 © Md Shadab Azam Ansari & NovaServe Contributors
