engine icon indicating copy to clipboard operation
engine copied to clipboard

simple actions client / webohook helper WIP

Open matej21 opened this issue 2 years ago • 0 comments

Introducing a new package that makes it easier to write webhook handlers for Contember Actions. The package includes TypeScript types, validation features, and abstraction for popular cloud function providers such as Cloudflare, Azure, AWS Lambda, Google Cloud Functions, and Vercel Functions.


random dev notes:

  • cloudflare works well
  • aws works well, handler needs to be changed to index.default
  • azure - esm export does not work
  • google cloud - cjs or esm with "module" or mjs extension

This change is Reviewable

matej21 avatar Aug 24 '23 11:08 matej21