JSPM

@webiny/handler

5.27.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4034
  • Score
    100M100P100Q115625F
  • License MIT

A pluginable function for the cloud.

Package Exports

  • @webiny/handler
  • @webiny/handler/index.js
  • @webiny/handler/plugins/BeforeHandlerPlugin
  • @webiny/handler/plugins/BeforeHandlerPlugin.js
  • @webiny/handler/plugins/ContextPlugin
  • @webiny/handler/plugins/ContextPlugin.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webiny/handler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@webiny/handler

code style: prettier PRs Welcome

A tiny, universal, and plugin-based framework for creating (serverless) handlers, used within services like AWS Lambda, Azure Serverless Functions, and others.

A handler can be anything from a simple event-handler, to a fully-fledged GraphQL server. It all depends on the additional plugins that are passed upon the creating the handler.